diff options
Diffstat (limited to 'arch/mips/sgi-ip32/ip32-berr.c')
-rw-r--r-- | arch/mips/sgi-ip32/ip32-berr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip32/ip32-berr.c b/arch/mips/sgi-ip32/ip32-berr.c index a278e918a019..afc1cadbba37 100644 --- a/arch/mips/sgi-ip32/ip32-berr.c +++ b/arch/mips/sgi-ip32/ip32-berr.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include <asm/ptrace.h> | 16 | #include <asm/ptrace.h> |
17 | #include <asm/tlbdebug.h> | 17 | #include <asm/tlbdebug.h> |
18 | 18 | ||
19 | int ip32_be_handler(struct pt_regs *regs, int is_fixup) | 19 | static int ip32_be_handler(struct pt_regs *regs, int is_fixup) |
20 | { | 20 | { |
21 | int data = regs->cp0_cause & 4; | 21 | int data = regs->cp0_cause & 4; |
22 | 22 | ||