[MIPS] Jazz: remove unneeded reset functions
[cascardo/linux.git] / arch / mips / jazz / reset.c
index 2a97547..d8ade85 100644 (file)
@@ -6,10 +6,6 @@
  */
 #include <linux/jiffies.h>
 #include <asm/jazz.h>
-#include <asm/io.h>
-#include <asm/system.h>
-#include <asm/reboot.h>
-#include <asm/delay.h>
 
 #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 */
-}