]> Pileus Git - ~andy/linux/blobdiff - arch/mips/jazz/reset.c
nl80211: Add sta_flags to the station info
[~andy/linux] / arch / mips / jazz / reset.c
index 2a9754750bc87859a8349630efdf4d8ccef63115..dd889fe86bd1da2a4d60d3537a82b4ea6867c42a 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 */
 
@@ -53,17 +49,8 @@ void jazz_machine_restart(char *command)
 {
        while(1) {
                kb_wait();
-               jazz_write_command (0xd1);
+               jazz_write_command(0xd1);
                kb_wait();
-               jazz_write_output (0x00);
+               jazz_write_output(0x00);
        }
 }
-
-void jazz_machine_halt(void)
-{
-}
-
-void jazz_machine_power_off(void)
-{
-       /* Jazz machines don't have a software power switch */
-}