Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Yoichi Yuasa and committed by
Ralf Baechle
dee3c750 5d3fdeac

-6
-4
arch/mips/sni/reset.c
··· 40 40 } 41 41 } 42 42 43 - void sni_machine_halt(void) 44 - { 45 - } 46 - 47 43 void sni_machine_power_off(void) 48 44 { 49 45 *(volatile unsigned char *)PCIMT_CSWCSM = 0xfd;
-2
arch/mips/sni/setup.c
··· 26 26 unsigned int sni_brd_type; 27 27 28 28 extern void sni_machine_restart(char *command); 29 - extern void sni_machine_halt(void); 30 29 extern void sni_machine_power_off(void); 31 30 32 31 static void __init sni_display_setup(void) ··· 86 87 } 87 88 88 89 _machine_restart = sni_machine_restart; 89 - _machine_halt = sni_machine_halt; 90 90 pm_power_off = sni_machine_power_off; 91 91 92 92 sni_display_setup();