From: Michael Schupikov <michael@xxxxxxxxxxxx> Subject: 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@xxxxxxxxxxxx Signed-off-by: Michael Schupikov <michael@xxxxxxxxxxxx> Reviewed-by: Richard Weinberger <richard@xxxxxx> Acked-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sysctl.c | 1 - 1 file changed, 1 deletion(-) --- a/kernel/sysctl.c~kernel-sysctlc-remove-duplicated-include +++ a/kernel/sysctl.c @@ -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> _