Skip to content

Commit 86a2da4

Browse files
geertuglaubitz
authored andcommitted
sh: traps: Add missing #include <asm/setup.h>
arch/sh/kernel/traps_32.c:735:6: warning: no previous prototype for ‘per_cpu_trap_init’ [-Wmissing-prototypes] Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Link: https://lore.kernel.org/r/a7750e57cc077ca6e27d0b9bd6b123d42894bc17.1709326528.git.geert+renesas@glider.be Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
1 parent 2be8df7 commit 86a2da4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/sh/kernel/traps_32.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <asm/alignment.h>
2828
#include <asm/fpu.h>
2929
#include <asm/kprobes.h>
30+
#include <asm/setup.h>
3031
#include <asm/traps.h>
3132
#include <asm/bl_bit.h>
3233

0 commit comments

Comments
 (0)