projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6419406
)
[PATCH] m68k: isa_{type,sex} should be exported
author
Al Viro
<viro@ftp.linux.org.uk>
Thu, 12 Jan 2006 09:06:15 +0000
(
01:06
-0800)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/kernel/setup.c
b/arch/m68k/kernel/setup.c
index d6ca99242e5aa14a885182add91366b6d0e1448d..c4d4d05239326723da84cee9fea8331eb86b0db5 100644
(file)
--- a/
arch/m68k/kernel/setup.c
+++ b/
arch/m68k/kernel/setup.c
@@
-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 *);