diff mbox series

[v2,1/5] irqdomain: Remove unused of_device_id forward declaration

Message ID 20201030165919.86234-2-andriy.shevchenko@linux.intel.com
State Accepted
Commit eda2845ae5e0ae466c1aca715d642b4977311747
Headers show
Series [v2,1/5] irqdomain: Remove unused of_device_id forward declaration | expand

Commit Message

Andy Shevchenko Oct. 30, 2020, 4:59 p.m. UTC
There is no users of of_device_id in irqdomain.h. Drop it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/linux/irqdomain.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
index 71535e87109f..56642188ec21 100644
--- a/include/linux/irqdomain.h
+++ b/include/linux/irqdomain.h
@@ -38,7 +38,6 @@ 
 
 struct device_node;
 struct irq_domain;
-struct of_device_id;
 struct irq_chip;
 struct irq_data;
 struct cpumask;