git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7e2d2d
)
ppc: Remove duplicate exports of __down, __up etc.
author
Paul Mackerras
<paulus@samba.org>
Mon, 27 Mar 2006 09:31:44 +0000
(20:31 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 27 Mar 2006 09:31:44 +0000
(20:31 +1100)
__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>
No differences found