Commit d0cc0dfa authored by Paul Mackerras's avatar Paul Mackerras

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: default avatarPaul Mackerras <paulus@samba.org>
parent e7e2d2da
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <linux/bitops.h> #include <linux/bitops.h>
#include <asm/page.h> #include <asm/page.h>
#include <asm/semaphore.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/io.h> #include <asm/io.h>
...@@ -262,9 +261,6 @@ EXPORT_SYMBOL(console_drivers); ...@@ -262,9 +261,6 @@ EXPORT_SYMBOL(console_drivers);
EXPORT_SYMBOL(xmon); EXPORT_SYMBOL(xmon);
EXPORT_SYMBOL(xmon_printf); EXPORT_SYMBOL(xmon_printf);
#endif #endif
EXPORT_SYMBOL(__up);
EXPORT_SYMBOL(__down);
EXPORT_SYMBOL(__down_interruptible);
#if defined(CONFIG_KGDB) || defined(CONFIG_XMON) #if defined(CONFIG_KGDB) || defined(CONFIG_XMON)
extern void (*debugger)(struct pt_regs *regs); extern void (*debugger)(struct pt_regs *regs);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment