[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210615011310.GR237458@shao2-debian>
Date: Tue, 15 Jun 2021 09:13:10 +0800
From: kernel test robot <rong.a.chen@...el.com>
To: Ingo Molnar <mingo@...nel.org>
Cc: kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
x86@...nel.org, Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>,
Martin KaFai Lau <kafai@...com>,
Song Liu <songliubraving@...com>, Yonghong Song <yhs@...com>,
John Fastabend <john.fastabend@...il.com>,
KP Singh <kpsingh@...nel.org>, netdev@...r.kernel.org
Subject: [RFC PATCH tip] sched/headers, net: fix duplicated inclusion
kernel/bpf/inode.c: linux/seq_file.h is included more than once.
Generated by: scripts/checkincludes.pl
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: kernel test robot <lkp@...el.com>
---
inode.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/bpf/inode.c b/kernel/bpf/inode.c
index 5a86998df2e3e..b7df5e30b5163 100644
--- a/kernel/bpf/inode.c
+++ b/kernel/bpf/inode.c
@@ -14,7 +14,6 @@
#include <linux/mount.h>
#include <linux/namei.h>
#include <linux/sysfs.h>
-#include <linux/seq_file.h>
#include <linux/kmod.h>
#include <linux/fs.h>
#include <linux/fs_context.h>
Powered by blists - more mailing lists