MIPS: Fixup explicit DT include clean-up
authorRob Herring <robh@kernel.org>
Thu, 27 Jul 2023 01:20:28 +0000 (19:20 -0600)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 28 Jul 2023 09:41:09 +0000 (11:41 +0200)
Commit 657c45b303f87d77 ("MIPS: Explicitly include correct DT includes")
removed a necessary include by mistake and missed adding an explicit
include of spinlock.h (from of.h -> kobject.h -> spinlock.h).

Fixes: 657c45b303f87d77 ("MIPS: Explicitly include correct DT includes")
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/lantiq/xway/gptu.c
arch/mips/pic32/pic32mzda/config.c

index e254b10..8d52001 100644 (file)
@@ -9,6 +9,7 @@
 #include <linux/ioport.h>
 #include <linux/init.h>
 #include <linux/mod_devicetable.h>
+#include <linux/of_irq.h>
 #include <linux/platform_device.h>
 
 #include <lantiq_soc.h>
index 6e94ae6..73be568 100644 (file)
@@ -5,6 +5,7 @@
  */
 #include <linux/init.h>
 #include <linux/io.h>
+#include <linux/spinlock.h>
 
 #include <asm/mach-pic32/pic32.h>