]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] m68k: isa_{type,sex} should be exported
authorAl Viro <viro@ftp.linux.org.uk>
Thu, 12 Jan 2006 09:06:15 +0000 (01:06 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 17:09:00 +0000 (09:09 -0800)
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>
arch/m68k/kernel/setup.c

index d6ca99242e5aa14a885182add91366b6d0e1448d..c4d4d05239326723da84cee9fea8331eb86b0db5 100644 (file)
@@ -100,6 +100,8 @@ void (*mach_beep)(unsigned int, unsigned int);
 #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 *);