mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] (13/22) isa_{type,sex} should be exported (m68k)
@ 2005-08-25  5:24 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2005-08-25  5:24 UTC (permalink / raw)
  To: geert, torvalds; +Cc: linux-kernel, linux-m68k

missing export on m68k

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
----
diff -urN RC13-rc7-m68k-mul/arch/m68k/kernel/setup.c RC13-rc7-isa_type/arch/m68k/kernel/setup.c
--- RC13-rc7-m68k-mul/arch/m68k/kernel/setup.c	2005-06-17 15:48:29.000000000 -0400
+++ RC13-rc7-isa_type/arch/m68k/kernel/setup.c	2005-08-25 00:54:13.000000000 -0400
@@ -100,6 +100,8 @@
 #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 *);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-08-25  5:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-25  5:24 [PATCH] (13/22) isa_{type,sex} should be exported (m68k) Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®