[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181004134223.17735-1-michael@schupikov.de>
Date: Thu, 4 Oct 2018 15:42:23 +0200
From: Michael Schupikov <michael@...upikov.de>
To: "Luis R. Rodriguez" <mcgrof@...nel.org>
Cc: Michael Schupikov <michael@...upikov.de>,
Kees Cook <keescook@...omium.org>,
linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [PATCH] kernel/sysctl.c: remove duplicated include
Remove one include of <linux/pipe_fs_i.h>.
No functional changes.
Signed-off-by: Michael Schupikov <michael@...upikov.de>
---
kernel/sysctl.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index cc02050fd0c4..523cb36b72eb 100644
--- a/kernel/sysctl.c
+++ b/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>
--
2.19.0
Powered by blists - more mailing lists