[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>

authored by Yoichi Yuasa and committed by Ralf Baechle f0ec69e5 8cde4a31

-1
-1
arch/mips/mm/c-sb1.c
··· 444 void sb1_cache_init(void) 445 { 446 extern char except_vec2_sb1; 447 - extern char handle_vec2_sb1; 448 449 /* Special cache error handler for SB1 */ 450 set_uncached_handler (0x100, &except_vec2_sb1, 0x80);
··· 444 void sb1_cache_init(void) 445 { 446 extern char except_vec2_sb1; 447 448 /* Special cache error handler for SB1 */ 449 set_uncached_handler (0x100, &except_vec2_sb1, 0x80);