commit | b6880019ff3ed72b0813b6bcb5c23afdf8b8e75c | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@kernel.org> | Tue Sep 12 00:05:04 2023 +1000 |
committer | Greg Ungerer <gerg@linux-m68k.org> | Mon Oct 23 08:22:22 2023 +1000 |
tree | d4b046bdb892f54f95d3d0a67440e0a5f7632e59 | |
parent | 7bc3db03e3dd344c3dc93c1dfe684d53d2a5ffbf [diff] |
m68k: coldfire: add and use "vectors.h" When building with W=1: arch/m68k/coldfire/vectors.c:43:13: warning: no previous prototype for ‘trap_init’ [-Wmissing-prototypes] void __init trap_init(void) ^~~~~~~~~ Fix this by introducing a new header file "vectors.h" for holding the prototypes of functions implemented in arch/m68k/coldfire/vectors.c. Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>