diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2006-10-27 11:42:24 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-30 16:41:27 -0500 |
commit | f0ec69e52989986e861a352099803cbb77ca53ba (patch) | |
tree | 6763713c2ff0dc8bddab61c06333e9181d798dd8 /arch/mips/mm | |
parent | 8cde4a3162fdcccaf0ecbf3c21cdb13df422936d (diff) |
[MIPS] Fix warning about unused definition in c-sb1.c
arch/mips/mm/c-sb1.c: In function `sb1_cache_init':
arch/mips/mm/c-sb1.c:447: warning: unused variable `handle_vec2_sb1'
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/c-sb1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mm/c-sb1.c b/arch/mips/mm/c-sb1.c index 5537558f19f7..f2941b4c9f33 100644 --- a/arch/mips/mm/c-sb1.c +++ b/arch/mips/mm/c-sb1.c | |||
@@ -444,7 +444,6 @@ static __init void probe_cache_sizes(void) | |||
444 | void sb1_cache_init(void) | 444 | void sb1_cache_init(void) |
445 | { | 445 | { |
446 | extern char except_vec2_sb1; | 446 | extern char except_vec2_sb1; |
447 | extern char handle_vec2_sb1; | ||
448 | 447 | ||
449 | /* Special cache error handler for SB1 */ | 448 | /* Special cache error handler for SB1 */ |
450 | set_uncached_handler (0x100, &except_vec2_sb1, 0x80); | 449 | set_uncached_handler (0x100, &except_vec2_sb1, 0x80); |