diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-01-12 04:06:15 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-12 12:09:00 -0500 |
commit | aa7e02fe3786b524dde18d24f0c5a718182c72a2 (patch) | |
tree | 0b57c959cd852fe6a71ab0c82b55dff0fc2154ec /arch | |
parent | 641940611478df8b63f581310b9d51806dda3212 (diff) |
[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>
Diffstat (limited to 'arch')
-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 *); |