diff options
author | Rob Herring <robh@kernel.org> | 2023-07-26 19:20:28 -0600 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-07-28 11:41:09 +0200 |
commit | 0723807978b14837262671d30b5cc8b1b5268281 (patch) | |
tree | 53a6947b3b08344922d1c50ebc0b8c0fd793e012 /arch/mips/lantiq | |
parent | 0859bdf1ace659e8981a82956920573c1f8203da (diff) |
MIPS: Fixup explicit DT include clean-up
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>
Diffstat (limited to 'arch/mips/lantiq')
-rw-r--r-- | arch/mips/lantiq/xway/gptu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/lantiq/xway/gptu.c b/arch/mips/lantiq/xway/gptu.c index e254b108fb9b..8d52001301de 100644 --- a/arch/mips/lantiq/xway/gptu.c +++ b/arch/mips/lantiq/xway/gptu.c @@ -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> |