* [PATCH] ppc64: Fix module exports for G5
@ 2004-10-08 4:35 Benjamin Herrenschmidt
0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-10-08 4:35 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linus Torvalds, Linux Kernel list
Hi !
Some stuffs in ppc_ksyms.c where still #ifdef CONFIG_PPC_PSERIES, which
is no longer set for PowerMac-only configs. Change them to depend on
CONFIG_PPC_MULTIPLATFORM for now. Later on, a bunch of these will be
just gone since those are mostly deprecated functions and I'll move the
exports close to the actual functions.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
===== arch/ppc64/kernel/ppc_ksyms.c 1.44 vs edited =====
--- 1.44/arch/ppc64/kernel/ppc_ksyms.c 2004-09-15 21:53:26 +10:00
+++ edited/arch/ppc64/kernel/ppc_ksyms.c 2004-10-08 14:32:49 +10:00
@@ -136,7 +136,7 @@
EXPORT_SYMBOL(ppc_md);
-#ifdef CONFIG_PPC_PSERIES
+#ifdef CONFIG_PPC_MULTIPLATFORM
EXPORT_SYMBOL(find_devices);
EXPORT_SYMBOL(find_type_devices);
EXPORT_SYMBOL(find_compatible_devices);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-08 4:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-08 4:35 [PATCH] ppc64: Fix module exports for G5 Benjamin Herrenschmidt
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®