+1
−0
arch/m68k/coldfire/vectors.h
deleted100644 → 0
+0
−3
Loading
some architectures run into a -Wmissing-prototypes warning
for trap_init()
arch/microblaze/kernel/traps.c:21:6: warning: no previous prototype for 'trap_init' [-Wmissing-prototypes]
Include the right header to avoid this consistently, removing
the extra declarations on m68k and x86 that were added as local
workarounds already.
Signed-off-by:
Arnd Bergmann <arnd@arndb.de>