]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[PATCH] kernel/sys.c doesn't need init.h
authorJes Sorensen <jes@sgi.com>
Fri, 23 Jun 2006 09:05:50 +0000 (02:05 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:43:07 +0000 (07:43 -0700)
kernel/sys.c doesn't have anything in it relying on linux/init.h -
remove the include.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sys.c

index a57a00597ce0467a9dabebbf0d602fb3e168c669..90930b28d2ca1ae77f643aaf44242d3f018f2e2f 100644 (file)
@@ -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>