[tip: irq/msi] genirq/msi: Remove platform_msi_create_device_domain()

tip-bot2 for Thomas Gleixner posted 1 patch 1 year, 5 months ago
include/linux/msi.h | 2 --
1 file changed, 2 deletions(-)
[tip: irq/msi] genirq/msi: Remove platform_msi_create_device_domain()
Posted by tip-bot2 for Thomas Gleixner 1 year, 5 months ago
The following commit has been merged into the irq/msi branch of tip:

Commit-ID:     f6a9886a9e55a1e6bd78c7e505205d05ef50a71e
Gitweb:        https://git.kernel.org/tip/f6a9886a9e55a1e6bd78c7e505205d05ef50a71e
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Sun, 23 Jun 2024 17:18:50 +02:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Thu, 18 Jul 2024 20:31:20 +02:00

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



---
 include/linux/msi.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/msi.h b/include/linux/msi.h
index 04f33e7..4ae036d 100644
--- a/include/linux/msi.h
+++ b/include/linux/msi.h
@@ -660,8 +660,6 @@ __platform_msi_create_device_domain(struct device *dev,
 				    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)