diff options
-rw-r--r-- | arch/m68k/kernel/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/kernel/setup.c b/arch/m68k/kernel/setup.c index d6ca99242e5a..c4d4d0523932 100644 --- a/arch/m68k/kernel/setup.c +++ b/arch/m68k/kernel/setup.c | |||
@@ -100,6 +100,8 @@ void (*mach_beep)(unsigned int, unsigned int); | |||
100 | #if defined(CONFIG_ISA) && defined(MULTI_ISA) | 100 | #if defined(CONFIG_ISA) && defined(MULTI_ISA) |
101 | int isa_type; | 101 | int isa_type; |
102 | int isa_sex; | 102 | int isa_sex; |
103 | EXPORT_SYMBOL(isa_type); | ||
104 | EXPORT_SYMBOL(isa_sex); | ||
103 | #endif | 105 | #endif |
104 | 106 | ||
105 | extern int amiga_parse_bootinfo(const struct bi_record *); | 107 | extern int amiga_parse_bootinfo(const struct bi_record *); |