diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-09-13 16:08:00 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-10-06 10:03:01 +0200 |
commit | 53cab6a2b348fceffc6c20323ca84eff3bab53d3 (patch) | |
tree | ca952bf14456214c45a1907c386145355afb76a9 /arch/m68k/mm/fault.c | |
parent | 90829e82127d8d98abb1cdebeb7ef675d4e90521 (diff) |
m68k: kernel: Add and use "vectors.h"
When building with W=1:
arch/m68k/kernel/vectors.c:52:13: warning: no previous prototype for ‘base_trap_init’ [-Wmissing-prototypes]
52 | void __init base_trap_init(void)
| ^~~~~~~~~~~~~~
Fix this by introducing a new header file "vectors.h" for holding the
prototypes of functions implemented in arch/m68k/kernel/vectors.c.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/bd0a2f65bc1681dc45e2b24951bd89f9ddbe2eef.1694613528.git.geert@linux-m68k.org
Diffstat (limited to 'arch/m68k/mm/fault.c')
0 files changed, 0 insertions, 0 deletions