Skip to content

Commit

Permalink
[PATCH] kernel/sys.c doesn't need init.h
Browse files Browse the repository at this point in the history
kernel/sys.c doesn't have anything in it relying on linux/init.h -
remove the include.

Signed-off-by: Jes Sorensen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Jes Sorensen authored and Linus Torvalds committed Jun 23, 2006
1 parent 915a56d commit 55f4e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 55f4e8d

Please sign in to comment.