Skip to content

Commit f6a9886

Browse files
committed
genirq/msi: Remove platform_msi_create_device_domain()
No more users. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de> Signed-off-by: Shivamurthy Shastri <shivamurthy.shastri@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20240623142235.395577449@linutronix.de
1 parent 752e021 commit f6a9886

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/linux/msi.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,6 @@ __platform_msi_create_device_domain(struct device *dev,
660660
const struct irq_domain_ops *ops,
661661
void *host_data);
662662

663-
#define platform_msi_create_device_domain(dev, nvec, write, ops, data) \
664-
__platform_msi_create_device_domain(dev, nvec, false, write, ops, data)
665663
#define platform_msi_create_device_tree_domain(dev, nvec, write, ops, data) \
666664
__platform_msi_create_device_domain(dev, nvec, true, write, ops, data)
667665

0 commit comments

Comments
 (0)