From: Al Viro Signed-off-by: Al Viro Cc: Roman Zippel Signed-off-by: Andrew Morton --- arch/m68k/kernel/setup.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/m68k/kernel/setup.c~m68k-isa_typesex-should-be-exported arch/m68k/kernel/setup.c --- devel/arch/m68k/kernel/setup.c~m68k-isa_typesex-should-be-exported 2006-01-04 22:23:56.000000000 -0800 +++ devel-akpm/arch/m68k/kernel/setup.c 2006-01-04 22:23:56.000000000 -0800 @@ -100,6 +100,8 @@ void (*mach_beep)(unsigned int, unsigned #if defined(CONFIG_ISA) && defined(MULTI_ISA) int isa_type; int isa_sex; +EXPORT_SYMBOL(isa_type); +EXPORT_SYMBOL(isa_sex); #endif extern int amiga_parse_bootinfo(const struct bi_record *); _