m68k: Add asm/config.h
authorLaurent Vivier <laurent@vivier.eu>
Fri, 21 Jan 2022 20:07:34 +0000 (21:07 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 23 Jan 2022 12:50:21 +0000 (13:50 +0100)
commita9940f83a6e279f7c059123d68d1e0395ec4bbe5
treed815ebaa89c86eae4346fd9cd7af9f6fc14cf335
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
m68k: Add asm/config.h

To avoid 'warning: no previous prototype for' errors, declare all the
parse_bootinfo and config function prototypes into asm/config.h and
include it in arch/m68k/kernel/setup_mm.c and arch/m68k/*/config.c.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Link: https://lore.kernel.org/r/20220121200738.2577697-2-laurent@vivier.eu
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/amiga/config.c
arch/m68k/apollo/config.c
arch/m68k/atari/config.c
arch/m68k/bvme6000/config.c
arch/m68k/hp300/config.c
arch/m68k/include/asm/config.h [new file with mode: 0644]
arch/m68k/kernel/setup_mm.c
arch/m68k/mac/config.c
arch/m68k/mvme147/config.c
arch/m68k/mvme16x/config.c
arch/m68k/q40/config.c