projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00bf061
)
sh: Kill off redundant __div64_32 symbol export.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 8 May 2007 04:16:57 +0000
(13:16 +0900)
committer
Paul Mundt
<lethal@hera.kernel.org>
Wed, 9 May 2007 01:35:01 +0000
(
01:35
+0000)
modpost noticed that __div64_32 was being exported twice:
WARNING: lib/built-in: '__div64_32' exported twice. Previous export was
in arch/sh/kernel/built-in.ko
kill off the duplicate.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/sh_ksyms.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/sh_ksyms.c
b/arch/sh/kernel/sh_ksyms.c
index fa91641c1f62c34a4eb0e478bc9654fec48ae585..c1cfcb9f047c1803f3e5564079bdba127f6509e4 100644
(file)
--- a/
arch/sh/kernel/sh_ksyms.c
+++ b/
arch/sh/kernel/sh_ksyms.c
@@
-58,8
+58,6
@@
EXPORT_SYMBOL(__udelay);
EXPORT_SYMBOL(__ndelay);
EXPORT_SYMBOL(__const_udelay);
-EXPORT_SYMBOL(__div64_32);
-
#define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
/* These symbols are generated by the compiler itself */