Skip to content

Commit f6a9886

Browse files
committed
genirq/msi: Remove platform_msi_create_device_domain()
No more users. Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Anna-Maria Behnsen <[email protected]> Signed-off-by: Shivamurthy Shastri <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 752e021 commit f6a9886

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)