[PATCH] m68k: isa_{type,sex} should be exported

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Al Viro and committed by Linus Torvalds aa7e02fe 64194061

+2
+2
arch/m68k/kernel/setup.c
··· 100 100 #if defined(CONFIG_ISA) && defined(MULTI_ISA) 101 101 int isa_type; 102 102 int isa_sex; 103 + EXPORT_SYMBOL(isa_type); 104 + EXPORT_SYMBOL(isa_sex); 103 105 #endif 104 106 105 107 extern int amiga_parse_bootinfo(const struct bi_record *);