From: Jes Sorensen Date: Fri, 23 Jun 2006 09:05:50 +0000 (-0700) Subject: [PATCH] kernel/sys.c doesn't need init.h X-Git-Tag: v2.6.18-rc1~1081^2~36 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=55f4e8d156d23709739029afb108932ef94cac94;p=linux-2.6-omap-h63xx.git [PATCH] kernel/sys.c doesn't need init.h kernel/sys.c doesn't have anything in it relying on linux/init.h - remove the include. Signed-off-by: Jes Sorensen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/sys.c b/kernel/sys.c index a57a00597ce..90930b28d2c 100644 --- a/kernel/sys.c +++ b/kernel/sys.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include