From 34ec6e76a6354b04df3d2e94cd34d27af76a07bc Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Sun, 22 Jul 2007 13:06:49 +0900 Subject: [MIPS] Jazz: remove unneeded reset functions Signed-off-by: Yoichi Yuasa Signed-off-by: Ralf Baechle --- arch/mips/jazz/reset.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'arch/mips/jazz/reset.c') diff --git a/arch/mips/jazz/reset.c b/arch/mips/jazz/reset.c index 2a9754750bc..d8ade85060b 100644 --- a/arch/mips/jazz/reset.c +++ b/arch/mips/jazz/reset.c @@ -6,10 +6,6 @@ */ #include #include -#include -#include -#include -#include #define KBD_STAT_IBF 0x02 /* Keyboard input buffer full */ @@ -58,12 +54,3 @@ void jazz_machine_restart(char *command) jazz_write_output (0x00); } } - -void jazz_machine_halt(void) -{ -} - -void jazz_machine_power_off(void) -{ - /* Jazz machines don't have a software power switch */ -} -- cgit v1.2.3-18-g5258