The following commit has been merged into the irq/core branch of tip: Commit-ID: eda2845ae5e0ae466c1aca715d642b4977311747 Gitweb: https://git.kernel.org/tip/eda2845ae5e0ae466c1aca715d642b4977311747 Author: Andy Shevchenko <[email protected]> AuthorDate: Fri, 30 Oct 2020 18:59:15 +02:00 Committer: Thomas Gleixner <[email protected]> CommitterDate: Sat, 07 Nov 2020 11:33:45 +01:00
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 <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Rafael J. Wysocki <[email protected]> Link: https://lore.kernel.org/r/[email protected] --- include/linux/irqdomain.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h index 71535e8..5664218 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;

