[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200908132201.184005-1-chenzhou10@huawei.com>
Date: Tue, 8 Sep 2020 21:22:01 +0800
From: Chen Zhou <chenzhou10@...wei.com>
To: <davem@...emloft.net>, <kuba@...nel.org>
CC: <chenzhou10@...wei.com>, <netdev@...r.kernel.org>,
<bpf@...r.kernel.org>
Subject: [PATCH -next] bpf: Remove duplicate headers
Remove duplicate headers which are included twice.
Signed-off-by: Chen Zhou <chenzhou10@...wei.com>
---
net/core/bpf_sk_storage.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/core/bpf_sk_storage.c b/net/core/bpf_sk_storage.c
index a0d1a3265b71..4a86ea34f29e 100644
--- a/net/core/bpf_sk_storage.c
+++ b/net/core/bpf_sk_storage.c
@@ -12,7 +12,6 @@
#include <net/sock.h>
#include <uapi/linux/sock_diag.h>
#include <uapi/linux/btf.h>
-#include <linux/btf_ids.h>
DEFINE_BPF_STORAGE_CACHE(sk_cache);
--
2.17.1
Powered by blists - more mailing lists