vserver 1.9.5.x5
[linux-2.6.git] / arch / i386 / mach-voyager / voyager_basic.c
index 528bc8f..602aea2 100644 (file)
@@ -24,7 +24,6 @@
 #include <linux/reboot.h>
 #include <linux/sysrq.h>
 #include <asm/io.h>
-#include <asm/pgalloc.h>
 #include <asm/voyager.h>
 #include <asm/vic.h>
 #include <linux/pm.h>
@@ -37,8 +36,6 @@
  */
 void (*pm_power_off)(void);
 
-int reboot_thru_bios;
-
 int voyager_level = 0;
 
 struct voyager_SUS *voyager_SUS = NULL;
@@ -54,7 +51,7 @@ voyager_dump(int dummy1, struct pt_regs *dummy2, struct tty_struct *dummy3)
 static struct sysrq_key_op sysrq_voyager_dump_op = {
        .handler        = voyager_dump,
        .help_msg       = "Voyager",
-       .action_msg     = "Dump Voyager Status\n",
+       .action_msg     = "Dump Voyager Status",
 };
 #endif