projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cea11c
)
irqdomain: Remove unused of_device_id forward declaration
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Fri, 30 Oct 2020 16:59:15 +0000
(18:59 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sat, 7 Nov 2020 10:33:45 +0000
(11:33 +0100)
There is no users of of_device_id in irqdomain.h. Drop it.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link:
https://lore.kernel.org/r/20201030165919.86234-2-andriy.shevchenko@linux.intel.com
include/linux/irqdomain.h
patch
|
blob
|
history
diff --git
a/include/linux/irqdomain.h
b/include/linux/irqdomain.h
index 71535e87109f3f3edf6222c4eb944648e70cd328..56642188ec21e4d6c0a507846431ed0c27287848 100644
(file)
--- 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;