* [PATCH 07/41] m68k: isa_{type,sex} should be exported
@ 2006-01-03 23:27 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2006-01-03 23:27 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, linux-m68k
From: Al Viro <viro@zeniv.linux.org.uk>
Date: 1133442860 -0500
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
arch/m68k/kernel/setup.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
686fa8e15aa9e02bbae03b02c6539053bb923346
diff --git a/arch/m68k/kernel/setup.c b/arch/m68k/kernel/setup.c
index d6ca992..c4d4d05 100644
--- a/arch/m68k/kernel/setup.c
+++ b/arch/m68k/kernel/setup.c
@@ -100,6 +100,8 @@ void (*mach_beep)(unsigned int, unsigned
#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 *);
--
0.99.9.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-03 23:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-03 23:27 [PATCH 07/41] m68k: isa_{type,sex} should be exported Al Viro
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.