aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/sh_ksyms.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-08-08 05:11:26 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-09-20 22:57:49 -0400
commitf7f86345fd0cf951613e76e4d00f1f6e8cd11f81 (patch)
treef55a387d6a3ff4faa76d145f688925fe6eff349f /arch/sh/kernel/sh_ksyms.c
parente289fd972c9943e51c46929e9dbec3cc4558a6b8 (diff)
sh: Kill off duplicate symbol exports on SMP.
synchronize_irq() was being exported twice, kill off the duplicate export. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/sh_ksyms.c')
-rw-r--r--arch/sh/kernel/sh_ksyms.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c
index de250705c35e..89362e05cc46 100644
--- a/arch/sh/kernel/sh_ksyms.c
+++ b/arch/sh/kernel/sh_ksyms.c
@@ -53,6 +53,7 @@ EXPORT_SYMBOL(get_vm_area);
53EXPORT_SYMBOL(__up); 53EXPORT_SYMBOL(__up);
54EXPORT_SYMBOL(__down); 54EXPORT_SYMBOL(__down);
55EXPORT_SYMBOL(__down_interruptible); 55EXPORT_SYMBOL(__down_interruptible);
56EXPORT_SYMBOL(__down_trylock);
56 57
57EXPORT_SYMBOL(__udelay); 58EXPORT_SYMBOL(__udelay);
58EXPORT_SYMBOL(__ndelay); 59EXPORT_SYMBOL(__ndelay);
@@ -142,12 +143,6 @@ EXPORT_SYMBOL(__flush_purge_region);
142EXPORT_SYMBOL(clear_user_page); 143EXPORT_SYMBOL(clear_user_page);
143#endif 144#endif
144 145
145EXPORT_SYMBOL(__down_trylock);
146
147#ifdef CONFIG_SMP
148EXPORT_SYMBOL(synchronize_irq);
149#endif
150
151EXPORT_SYMBOL(csum_partial); 146EXPORT_SYMBOL(csum_partial);
152EXPORT_SYMBOL(csum_partial_copy_generic); 147EXPORT_SYMBOL(csum_partial_copy_generic);
153#ifdef CONFIG_IPV6 148#ifdef CONFIG_IPV6