revert #include statement to be just like imported FC+VS code
[linux-2.6.git] / kernel / vserver / helper.c
index 625e888..60f570f 100644 (file)
@@ -3,7 +3,7 @@
  *
  *  Virtual Context Support
  *
- *  Copyright (C) 2004-2005  Herbert Pötzl
+ *  Copyright (C) 2004-2007  Herbert Pötzl
  *
  *  V0.01  basic helper
  *
@@ -13,7 +13,6 @@
 #include <linux/kmod.h>
 #include <linux/sched.h>
 #include <linux/reboot.h>
-#include <linux/vs_base.h>
 #include <linux/vs_context.h>
 #include <linux/vs_network.h>
 #include <linux/vserver/signal.h>
@@ -107,7 +106,7 @@ long vs_reboot_helper(struct vx_info *vxi, int cmd, void __user *arg)
 }
 
 
-long vs_reboot(unsigned int cmd, void __user *arg)
+long vs_reboot(unsigned int cmd, void __user * arg)
 {
        struct vx_info *vxi = current->vx_info;
        long ret = 0;