lkml.org 
[lkml]   [2022]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[patch V2 28/40] genirq/msi: Remove platform_msi_create_device_domain()
Date
No more users.

Signed-off-by: Thomas Gleixner <tglx@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)

\
 
 \ /
  Last update: 2022-11-21 15:51    [W:0.201 / U:0.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site