projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8081ede
)
bpf: Remove duplicate headers
author
Chen Zhou
<chenzhou10@huawei.com>
Tue, 8 Sep 2020 13:22:01 +0000
(21:22 +0800)
committer
Alexei Starovoitov
<ast@kernel.org>
Thu, 10 Sep 2020 17:53:14 +0000
(10:53 -0700)
Remove duplicate headers which are included twice.
Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link:
https://lore.kernel.org/bpf/20200908132201.184005-1-chenzhou10@huawei.com
net/core/bpf_sk_storage.c
patch
|
blob
|
history
diff --git
a/net/core/bpf_sk_storage.c
b/net/core/bpf_sk_storage.c
index a0d1a3265b71880960e0afaf85572b1e9fbda639..4a86ea34f29e732e87b41057e6459504d3d52fdf 100644
(file)
--- 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);