diff options
author | Arnd Bergmann <arnd@arndb.de> | 2006-01-11 23:07:11 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-12 20:39:14 +1100 |
commit | 8fce10a3c9ee7f9c74d83502fd5156a8ec82c21a (patch) | |
tree | 4435d67411d7bf350a1a02784a0710f9162bd140 /arch/powerpc/platforms/cell/pervasive.c | |
parent | b0da985644faa45def84ce5d8e18af6f1680f490 (diff) | |
download | blackbird-op-linux-8fce10a3c9ee7f9c74d83502fd5156a8ec82c21a.tar.gz blackbird-op-linux-8fce10a3c9ee7f9c74d83502fd5156a8ec82c21a.zip |
[PATCH] powerpc: cell namespace cleanup
These symbols are only used in the file that they are defined in,
so they should not be in the global namespace.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/pervasive.c')
-rw-r--r-- | arch/powerpc/platforms/cell/pervasive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/pervasive.c b/arch/powerpc/platforms/cell/pervasive.c index 85152544c153..e0e051c675dd 100644 --- a/arch/powerpc/platforms/cell/pervasive.c +++ b/arch/powerpc/platforms/cell/pervasive.c @@ -142,7 +142,7 @@ static void cbe_idle(void) } } -int cbe_system_reset_exception(struct pt_regs *regs) +static int cbe_system_reset_exception(struct pt_regs *regs) { switch (regs->msr & SRR1_WAKEMASK) { case SRR1_WAKEEE: |