diff options
| author | Paul Mackerras <paulus@samba.org> | 2006-03-27 04:31:44 -0500 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2006-03-27 04:31:44 -0500 |
| commit | d0cc0dfa2dcf18854144b16a74502bd25c4eaedf (patch) | |
| tree | 740eb0f6cc4e2a176436e013792c37f088b91732 | |
| parent | e7e2d2da26384b07dfee83f63e6090e386c63d7e (diff) | |
ppc: Remove duplicate exports of __down, __up etc.
__down, __down_interruptible and __up are defined and exported in
arch/powerpc/kernel/semaphore.c, and used from there for ARCH=ppc,
so there is no need to export them in arch/ppc/kernel/ppc_ksyms.c.
Signed-off-by: Paul Mackerras <paulus@samba.org>
| -rw-r--r-- | arch/ppc/kernel/ppc_ksyms.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c index 82adb4601348..683e028000e9 100644 --- a/arch/ppc/kernel/ppc_ksyms.c +++ b/arch/ppc/kernel/ppc_ksyms.c | |||
| @@ -18,7 +18,6 @@ | |||
| 18 | #include <linux/bitops.h> | 18 | #include <linux/bitops.h> |
| 19 | 19 | ||
| 20 | #include <asm/page.h> | 20 | #include <asm/page.h> |
| 21 | #include <asm/semaphore.h> | ||
| 22 | #include <asm/processor.h> | 21 | #include <asm/processor.h> |
| 23 | #include <asm/uaccess.h> | 22 | #include <asm/uaccess.h> |
| 24 | #include <asm/io.h> | 23 | #include <asm/io.h> |
| @@ -262,9 +261,6 @@ EXPORT_SYMBOL(console_drivers); | |||
| 262 | EXPORT_SYMBOL(xmon); | 261 | EXPORT_SYMBOL(xmon); |
| 263 | EXPORT_SYMBOL(xmon_printf); | 262 | EXPORT_SYMBOL(xmon_printf); |
| 264 | #endif | 263 | #endif |
| 265 | EXPORT_SYMBOL(__up); | ||
| 266 | EXPORT_SYMBOL(__down); | ||
| 267 | EXPORT_SYMBOL(__down_interruptible); | ||
| 268 | 264 | ||
| 269 | #if defined(CONFIG_KGDB) || defined(CONFIG_XMON) | 265 | #if defined(CONFIG_KGDB) || defined(CONFIG_XMON) |
| 270 | extern void (*debugger)(struct pt_regs *regs); | 266 | extern void (*debugger)(struct pt_regs *regs); |
