diff options
author | Jes Sorensen <jes@sgi.com> | 2006-06-23 05:05:50 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 10:43:07 -0400 |
commit | 55f4e8d156d23709739029afb108932ef94cac94 (patch) | |
tree | b8877b3e23dbb82b3fd1fb93ed319a3c5cb1148d /kernel/sys.c | |
parent | 915a56d2394f4ef70e9cb7115a9bdad778276338 (diff) |
[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 <jes@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/sys.c')
-rw-r--r-- | kernel/sys.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sys.c b/kernel/sys.c index a57a00597ce0..90930b28d2ca 100644 --- a/kernel/sys.c +++ b/kernel/sys.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <linux/notifier.h> | 13 | #include <linux/notifier.h> |
14 | #include <linux/reboot.h> | 14 | #include <linux/reboot.h> |
15 | #include <linux/prctl.h> | 15 | #include <linux/prctl.h> |
16 | #include <linux/init.h> | ||
17 | #include <linux/highuid.h> | 16 | #include <linux/highuid.h> |
18 | #include <linux/fs.h> | 17 | #include <linux/fs.h> |
19 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |