aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-03-29 08:09:14 -0500
committerRalf Baechle <ralf@linux-mips.org>2006-04-18 22:14:12 -0400
commitb4d05cb9cbbf206ab0dc2c1740938b87b3d3ee44 (patch)
tree4876f9784d9a2f03f947ed372f8dec3334b270ac /arch/mips
parent6fd11a2173709cd598345e15382af480979cf4fc (diff)
[MIPS] Make set_vi_srs_handler static.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/kernel/traps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c
index bed0eb6cf55d..4efe3f2eba63 100644
--- a/arch/mips/kernel/traps.c
+++ b/arch/mips/kernel/traps.c
@@ -1019,7 +1019,7 @@ void mips_srs_free (int set)
1019 spin_unlock_irqrestore(&sr->sr_lock, flags); 1019 spin_unlock_irqrestore(&sr->sr_lock, flags);
1020} 1020}
1021 1021
1022void *set_vi_srs_handler (int n, void *addr, int srs) 1022static void *set_vi_srs_handler(int n, void *addr, int srs)
1023{ 1023{
1024 unsigned long handler; 1024 unsigned long handler;
1025 unsigned long old_handler = vi_handlers[n]; 1025 unsigned long old_handler = vi_handlers[n];