mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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>
This commit is contained in:
parent
dfd42facf1
commit
91d7b75a58
11 changed files with 43 additions and 22 deletions
|
@ -47,6 +47,7 @@
|
|||
#include <asm/mac_via.h>
|
||||
#include <asm/mac_oss.h>
|
||||
#include <asm/mac_psc.h>
|
||||
#include <asm/config.h>
|
||||
|
||||
/* Mac bootinfo struct */
|
||||
struct mac_booter_data mac_bi_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue