[MIPS] SNI: Remove unneeded sni_machine_halt
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Sat, 4 Aug 2007 14:24:51 +0000 (23:24 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 27 Aug 2007 01:16:54 +0000 (02:16 +0100)
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sni/reset.c
arch/mips/sni/setup.c

index 2eada8a..38b6a97 100644 (file)
@@ -40,10 +40,6 @@ void sni_machine_restart(char *command)
        }
 }
 
-void sni_machine_halt(void)
-{
-}
-
 void sni_machine_power_off(void)
 {
        *(volatile unsigned char *)PCIMT_CSWCSM = 0xfd;
index 4fedfbd..6edbb30 100644 (file)
@@ -26,7 +26,6 @@
 unsigned int sni_brd_type;
 
 extern void sni_machine_restart(char *command);
-extern void sni_machine_halt(void);
 extern void sni_machine_power_off(void);
 
 static void __init sni_display_setup(void)
@@ -87,7 +86,6 @@ void __init plat_mem_setup(void)
        }
 
        _machine_restart = sni_machine_restart;
-       _machine_halt = sni_machine_halt;
        pm_power_off = sni_machine_power_off;
 
        sni_display_setup();