projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1291417
)
MIPS: IP32: ip32_be_handler symbol is needlessly defined global
author
Dmitri Vorobiev
<dmitri.vorobiev@movial.com>
Mon, 30 Mar 2009 19:53:24 +0000
(22:53 +0300)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 14 May 2009 12:50:25 +0000
(13:50 +0100)
The file arch/mips/sgi-ip32/ip32-berr.c needlessly defines the function
ip32_be_handler() as global, and this patch makes it static.
Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip32/ip32-berr.c
patch
|
blob
|
history
diff --git
a/arch/mips/sgi-ip32/ip32-berr.c
b/arch/mips/sgi-ip32/ip32-berr.c
index a278e918a019dca19c883b10c87a24b379d396ef..afc1cadbba37af08bca373fab6d0bcba8d4b6892 100644
(file)
--- a/
arch/mips/sgi-ip32/ip32-berr.c
+++ b/
arch/mips/sgi-ip32/ip32-berr.c
@@
-16,7
+16,7
@@
#include <asm/ptrace.h>
#include <asm/tlbdebug.h>
-int ip32_be_handler(struct pt_regs *regs, int is_fixup)
+
static
int ip32_be_handler(struct pt_regs *regs, int is_fixup)
{
int data = regs->cp0_cause & 4;