[patch V2 28/40] genirq/msi: Remove platform_msi_create_device_domain()

From: Thomas Gleixner
Date: Mon Nov 21 2022 - 09:51:12 EST


No more users.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
include/linux/msi.h | 2 --
1 file changed, 2 deletions(-)

--- a/include/linux/msi.h
+++ b/include/linux/msi.h
@@ -646,8 +646,6 @@ struct irq_domain *
const struct irq_domain_ops *ops,
void *host_data);

-#define platform_msi_create_device_domain(dev, nvec, write, ops, data) \
- __platform_msi_create_device_domain(dev, nvec, false, write, ops, data)
#define platform_msi_create_device_tree_domain(dev, nvec, write, ops, data) \
__platform_msi_create_device_domain(dev, nvec, true, write, ops, data)