public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.15-rc1] Add missing EXPORT_SYMBOLS() for __ide_mm_* functions on powerpc
@ 2005-11-14 20:09 Ben Collins
  0 siblings, 0 replies; only message in thread
From: Ben Collins @ 2005-11-14 20:09 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds

These exported symbols are in arch/ppc/ but missing from arch/powerpc/ for
ppc32 builds.


--- a/arch/powerpc/kernel/ppc_ksyms.c
+++ b/arch/powerpc/kernel/ppc_ksyms.c
@@ -105,6 +105,11 @@ EXPORT_SYMBOL(__clear_user);
 EXPORT_SYMBOL(__strncpy_from_user);
 EXPORT_SYMBOL(__strnlen_user);
 
+EXPORT_SYMBOL(__ide_mm_insl);
+EXPORT_SYMBOL(__ide_mm_outsw);
+EXPORT_SYMBOL(__ide_mm_insw);
+EXPORT_SYMBOL(__ide_mm_outsl);
+
 EXPORT_SYMBOL(_insb);
 EXPORT_SYMBOL(_outsb);
 EXPORT_SYMBOL(_insw);

-- 
   Ben Collins <ben.collins@ubuntu.com>
   Developer
   Ubuntu Linux

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

only message in thread, other threads:[~2005-11-14 21:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-14 20:09 [PATCH 2.6.15-rc1] Add missing EXPORT_SYMBOLS() for __ide_mm_* functions on powerpc Ben Collins

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