diff options
-rw-r--r-- | arch/mips/sni/reset.c | 4 | ||||
-rw-r--r-- | arch/mips/sni/setup.c | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/sni/reset.c b/arch/mips/sni/reset.c index 2eada8aea682..38b6a97a31b5 100644 --- a/arch/mips/sni/reset.c +++ b/arch/mips/sni/reset.c | |||
@@ -40,10 +40,6 @@ void sni_machine_restart(char *command) | |||
40 | } | 40 | } |
41 | } | 41 | } |
42 | 42 | ||
43 | void sni_machine_halt(void) | ||
44 | { | ||
45 | } | ||
46 | |||
47 | void sni_machine_power_off(void) | 43 | void sni_machine_power_off(void) |
48 | { | 44 | { |
49 | *(volatile unsigned char *)PCIMT_CSWCSM = 0xfd; | 45 | *(volatile unsigned char *)PCIMT_CSWCSM = 0xfd; |
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(); |