Skip to content

Commit 6f0483d

Browse files
DarkDeepBluetorvalds
authored andcommitted
kernel/sysctl.c: remove duplicated include
Remove one include of <linux/pipe_fs_i.h>. No functional changes. Link: http://lkml.kernel.org/r/20181004134223.17735-1-michael@schupikov.de Signed-off-by: Michael Schupikov <michael@schupikov.de> Reviewed-by: Richard Weinberger <richard@nod.at> Acked-by: Luis Chamberlain <mcgrof@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 3383b36 commit 6f0483d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/sysctl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
#include <linux/kexec.h>
6767
#include <linux/bpf.h>
6868
#include <linux/mount.h>
69-
#include <linux/pipe_fs_i.h>
7069

7170
#include <linux/uaccess.h>
7271
#include <asm/processor.h>

0 commit comments

Comments
 (0)