From: Ye Xingchen Date: Tue, 31 Jan 2023 06:40:51 +0000 (+0800) Subject: selftests/bpf: Remove duplicate include header in xdp_hw_metadata X-Git-Tag: v6.3-rc1~162^2~92^2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bc32df7a9c387ea1a1b7336e2c7d44aa8cee9f4;p=thirdparty%2Fkernel%2Flinux.git selftests/bpf: Remove duplicate include header in xdp_hw_metadata The linux/net_tstamp.h is included more than once, thus clean it up. Signed-off-by: Ye Xingchen Signed-off-by: Daniel Borkmann Link: https://lore.kernel.org/bpf/202301311440516312161@zte.com.cn --- diff --git a/tools/testing/selftests/bpf/xdp_hw_metadata.c b/tools/testing/selftests/bpf/xdp_hw_metadata.c index 2a66bd3f2c9f8..1c8acb68b977c 100644 --- a/tools/testing/selftests/bpf/xdp_hw_metadata.c +++ b/tools/testing/selftests/bpf/xdp_hw_metadata.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include