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>
Mon, 21 Feb 2022 11:00:20 +0000 (12:00 +0100)
commit91d7b75a5888c1824c87bded439db6e3e3ad7e3c
tree7b1a727adea78f939f2fd588c3f2bf453b21709c
parentdfd42facf1e4ada021b939b4e19c935dcdd55566
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