[patch] kernel/sys.c doesn't need init.h

From: Jes Sorensen
Date: Fri Apr 28 2006 - 05:48:42 EST


Hi,

This one falls under the cosmetics section. Nothing from
include/linux/init.h is used in kernel/sys.c

Cheers,
Jes

kernel/sys.c doesn't have anything in it relying on linux/init.h -
remove the include.

Signed-off-by: Jes Sorensen <jes@xxxxxxx>

---
kernel/sys.c | 1 -
1 file changed, 1 deletion(-)

Index: linux-2.6/kernel/sys.c
===================================================================
--- linux-2.6.orig/kernel/sys.c
+++ linux-2.6/kernel/sys.c
@@ -13,7 +13,6 @@
#include <linux/notifier.h>
#include <linux/reboot.h>
#include <linux/prctl.h>
-#include <linux/init.h>
#include <linux/highuid.h>
#include <linux/fs.h>
#include <linux/kernel.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/