diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-08-04 10:24:51 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-08-26 21:16:54 -0400 |
commit | dee3c75058485d55c8188a13d660d72188c5bcee (patch) | |
tree | b2280c847d0b2469237ceaebaad99f221b6eaa25 /arch/mips/sni/setup.c | |
parent | 5d3fdeacee5d071a5c3d674231bf00cfa5d35a7a (diff) |
[MIPS] SNI: Remove unneeded sni_machine_halt
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sni/setup.c')
-rw-r--r-- | arch/mips/sni/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/sni/setup.c b/arch/mips/sni/setup.c index 4fedfbda0c79..6edbb3051c82 100644 --- a/arch/mips/sni/setup.c +++ b/arch/mips/sni/setup.c | |||
@@ -26,7 +26,6 @@ | |||
26 | unsigned int sni_brd_type; | 26 | unsigned int sni_brd_type; |
27 | 27 | ||
28 | extern void sni_machine_restart(char *command); | 28 | extern void sni_machine_restart(char *command); |
29 | extern void sni_machine_halt(void); | ||
30 | extern void sni_machine_power_off(void); | 29 | extern void sni_machine_power_off(void); |
31 | 30 | ||
32 | static void __init sni_display_setup(void) | 31 | static void __init sni_display_setup(void) |
@@ -87,7 +86,6 @@ void __init plat_mem_setup(void) | |||
87 | } | 86 | } |
88 | 87 | ||
89 | _machine_restart = sni_machine_restart; | 88 | _machine_restart = sni_machine_restart; |
90 | _machine_halt = sni_machine_halt; | ||
91 | pm_power_off = sni_machine_power_off; | 89 | pm_power_off = sni_machine_power_off; |
92 | 90 | ||
93 | sni_display_setup(); | 91 | sni_display_setup(); |