[PPC] Remove duplicate export of __div64_32.
authorKumar Gala <galak@kernel.crashing.org>
Thu, 17 May 2007 12:52:42 +0000 (07:52 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 23 May 2007 05:17:44 +0000 (00:17 -0500)
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@kernel.crashing.org>
arch/ppc/kernel/ppc_ksyms.c

index 4ad499605d056b2ce07e31f1ce25db4f7f9b0cbd..a4165209ac7cd738499087a71cb74c92336f6d0d 100644 (file)
@@ -40,7 +40,6 @@
 #include <asm/time.h>
 #include <asm/cputable.h>
 #include <asm/btext.h>
-#include <asm/div64.h>
 #include <asm/xmon.h>
 #include <asm/signal.h>
 #include <asm/dcr.h>
@@ -93,7 +92,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);
This page took 0.02471 seconds and 5 git commands to generate.