From: Andy Shevchenko Date: Fri, 30 Oct 2020 16:59:15 +0000 (+0200) Subject: irqdomain: Remove unused of_device_id forward declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eda2845ae5e0ae466c1aca715d642b4977311747;p=linux.git 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 Signed-off-by: Thomas Gleixner Reviewed-by: Rafael J. Wysocki Link: https://lore.kernel.org/r/20201030165919.86234-2-andriy.shevchenko@linux.intel.com --- diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h index 71535e87109f3..56642188ec21e 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;