diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-08-08 05:11:26 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-20 22:57:49 -0400 |
commit | f7f86345fd0cf951613e76e4d00f1f6e8cd11f81 (patch) | |
tree | f55a387d6a3ff4faa76d145f688925fe6eff349f /arch/sh/kernel/sh_ksyms.c | |
parent | e289fd972c9943e51c46929e9dbec3cc4558a6b8 (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.c | 7 |
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); | |||
53 | EXPORT_SYMBOL(__up); | 53 | EXPORT_SYMBOL(__up); |
54 | EXPORT_SYMBOL(__down); | 54 | EXPORT_SYMBOL(__down); |
55 | EXPORT_SYMBOL(__down_interruptible); | 55 | EXPORT_SYMBOL(__down_interruptible); |
56 | EXPORT_SYMBOL(__down_trylock); | ||
56 | 57 | ||
57 | EXPORT_SYMBOL(__udelay); | 58 | EXPORT_SYMBOL(__udelay); |
58 | EXPORT_SYMBOL(__ndelay); | 59 | EXPORT_SYMBOL(__ndelay); |
@@ -142,12 +143,6 @@ EXPORT_SYMBOL(__flush_purge_region); | |||
142 | EXPORT_SYMBOL(clear_user_page); | 143 | EXPORT_SYMBOL(clear_user_page); |
143 | #endif | 144 | #endif |
144 | 145 | ||
145 | EXPORT_SYMBOL(__down_trylock); | ||
146 | |||
147 | #ifdef CONFIG_SMP | ||
148 | EXPORT_SYMBOL(synchronize_irq); | ||
149 | #endif | ||
150 | |||
151 | EXPORT_SYMBOL(csum_partial); | 146 | EXPORT_SYMBOL(csum_partial); |
152 | EXPORT_SYMBOL(csum_partial_copy_generic); | 147 | EXPORT_SYMBOL(csum_partial_copy_generic); |
153 | #ifdef CONFIG_IPV6 | 148 | #ifdef CONFIG_IPV6 |