[PPC] Remove duplicate export of __div64_32.

Kumar Gala galak at kernel.crashing.org
Thu May 17 22:57:51 EST 2007


We now get the export of __div64_32 from lib/div64.c and can drop the one
in ppc_ksysm.c

Signed-off-by: Kumar Gala <galak at kernel.crashing.org>

---

This is in the for_paulus branch of my powerpc.git, just posting for
completeness.

- k

commit f5e6eb4606a69c8e661cb6f976e206f859bc1b0f
tree b8ae348e1c4fa721fc81d55420b23f5a7fb6a5cf
parent a440da68f5e93544ef5c924792b2a5b556c4a535
author Kumar Gala <galak at kernel.crashing.org> Thu, 17 May 2007 07:52:42 -0500
committer Kumar Gala <galak at kernel.crashing.org> Thu, 17 May 2007 07:52:42 -0500

 arch/ppc/kernel/ppc_ksyms.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c
index 4ad4996..e76f076 100644
--- a/arch/ppc/kernel/ppc_ksyms.c
+++ b/arch/ppc/kernel/ppc_ksyms.c
@@ -93,7 +93,6 @@ EXPORT_SYMBOL(strncpy);
 EXPORT_SYMBOL(strcat);
 EXPORT_SYMBOL(strlen);
 EXPORT_SYMBOL(strcmp);
-EXPORT_SYMBOL(__div64_32);

 EXPORT_SYMBOL(csum_partial);
 EXPORT_SYMBOL(csum_partial_copy_generic);



More information about the Linuxppc-dev mailing list