diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-10-30 18:59:15 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-11-07 11:33:45 +0100 |
commit | eda2845ae5e0ae466c1aca715d642b4977311747 (patch) | |
tree | 1bd2ad4cbb23ace3fac1d30a5445ed07851866d2 /include/linux/irqdomain.h | |
parent | 3cea11cd5e3b00d91caf0b4730194039b45c5891 (diff) |
irqdomain: Remove unused of_device_id forward declaration
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
Diffstat (limited to 'include/linux/irqdomain.h')
-rw-r--r-- | include/linux/irqdomain.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |