projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c05e63
)
[PPC] Remove duplicate export of __div64_32.
author
Kumar Gala
<galak@kernel.crashing.org>
Thu, 17 May 2007 12:52:42 +0000
(07:52 -0500)
committer
Kumar 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/ppc/kernel/ppc_ksyms.c
b/arch/ppc/kernel/ppc_ksyms.c
index 4ad499605d056b2ce07e31f1ce25db4f7f9b0cbd..a4165209ac7cd738499087a71cb74c92336f6d0d 100644
(file)
--- a/
arch/ppc/kernel/ppc_ksyms.c
+++ b/
arch/ppc/kernel/ppc_ksyms.c
@@
-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);