aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-03-27 04:31:44 -0500
committerPaul Mackerras <paulus@samba.org>2006-03-27 04:31:44 -0500
commitd0cc0dfa2dcf18854144b16a74502bd25c4eaedf (patch)
tree740eb0f6cc4e2a176436e013792c37f088b91732 /arch/ppc
parente7e2d2da26384b07dfee83f63e6090e386c63d7e (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>
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/kernel/ppc_ksyms.c4
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);
262EXPORT_SYMBOL(xmon); 261EXPORT_SYMBOL(xmon);
263EXPORT_SYMBOL(xmon_printf); 262EXPORT_SYMBOL(xmon_printf);
264#endif 263#endif
265EXPORT_SYMBOL(__up);
266EXPORT_SYMBOL(__down);
267EXPORT_SYMBOL(__down_interruptible);
268 264
269#if defined(CONFIG_KGDB) || defined(CONFIG_XMON) 265#if defined(CONFIG_KGDB) || defined(CONFIG_XMON)
270extern void (*debugger)(struct pt_regs *regs); 266extern void (*debugger)(struct pt_regs *regs);