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

Thomas Gleixner tglx at linutronix.de
Mon Nov 21 06:40:03 PST 2022


No more users.

Signed-off-by: Thomas Gleixner <tglx at linutronix.de>
---
 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)
 




More information about the linux-arm-kernel mailing list