linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [POWERPC][RFC] mpc8xx: fix build with CONFIG_MODULES=y
@ 2007-09-18 12:07 Anton Vorontsov
  2007-09-18 12:29 ` [PATCH] [POWERPC][RFC] sysdev/commproc.c: fix build caused by undefined symbols Anton Vorontsov
  2007-09-18 12:29 ` [PATCH] [POWERPC] sysdev/commproc.c: fix copy-n-paste problem Anton Vorontsov
  0 siblings, 2 replies; 5+ messages in thread
From: Anton Vorontsov @ 2007-09-18 12:07 UTC (permalink / raw)
  To: linuxppc-dev

Hi all,

It seems there is no __res in the arch/powerpc. How it was used in
the new tree, can we now safely remove it? At least kernel builds
with that patch.

Thanks,

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
---
 arch/powerpc/kernel/ppc_ksyms.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c
index 430c502..b4163c3 100644
--- a/arch/powerpc/kernel/ppc_ksyms.c
+++ b/arch/powerpc/kernel/ppc_ksyms.c
@@ -180,9 +180,6 @@ EXPORT_SYMBOL(cacheable_memcpy);
 EXPORT_SYMBOL(cpm_install_handler);
 EXPORT_SYMBOL(cpm_free_handler);
 #endif /* CONFIG_8xx */
-#if defined(CONFIG_8xx)
-EXPORT_SYMBOL(__res);
-#endif
 
 #ifdef CONFIG_PPC32
 EXPORT_SYMBOL(next_mmu_context);
-- 
1.5.0.6

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-09-19 11:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-18 12:07 [PATCH] [POWERPC][RFC] mpc8xx: fix build with CONFIG_MODULES=y Anton Vorontsov
2007-09-18 12:29 ` [PATCH] [POWERPC][RFC] sysdev/commproc.c: fix build caused by undefined symbols Anton Vorontsov
2007-09-18 14:26   ` Kumar Gala
2007-09-19 11:33     ` [PATCH] [POWERPC] Fix various build errors seen on MPC885ADS with CONFIG_MODULES=y Anton Vorontsov
2007-09-18 12:29 ` [PATCH] [POWERPC] sysdev/commproc.c: fix copy-n-paste problem Anton Vorontsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).