commit | d0cc0dfa2dcf18854144b16a74502bd25c4eaedf | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Mon Mar 27 20:31:44 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Mar 27 20:31:44 2006 +1100 |
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>