Skip to content

Commit

Permalink
kernel/sysctl.c: remove duplicated include
Browse files Browse the repository at this point in the history
Remove one include of <linux/pipe_fs_i.h>.
No functional changes.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Michael Schupikov <[email protected]>
Reviewed-by: Richard Weinberger <[email protected]>
Acked-by: Luis Chamberlain <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
DarkDeepBlue authored and torvalds committed Nov 3, 2018
1 parent 3383b36 commit 6f0483d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
#include <linux/kexec.h>
#include <linux/bpf.h>
#include <linux/mount.h>
#include <linux/pipe_fs_i.h>

#include <linux/uaccess.h>
#include <asm/processor.h>
Expand Down

0 comments on commit 6f0483d

Please sign in to comment.