Skip to content

Commit 0723807

Browse files
robherringtsbogend
authored andcommitted
MIPS: Fixup explicit DT include clean-up
Commit 657c45b ("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: 657c45b ("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>
1 parent 0859bdf commit 0723807

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

arch/mips/lantiq/xway/gptu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <linux/ioport.h>
1010
#include <linux/init.h>
1111
#include <linux/mod_devicetable.h>
12+
#include <linux/of_irq.h>
1213
#include <linux/platform_device.h>
1314

1415
#include <lantiq_soc.h>

arch/mips/pic32/pic32mzda/config.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
#include <linux/init.h>
77
#include <linux/io.h>
8+
#include <linux/spinlock.h>
89

910
#include <asm/mach-pic32/pic32.h>
1011

0 commit comments

Comments
 (0)