aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Xingchen <[email protected]>2023-01-31 14:40:51 +0800
committerDaniel Borkmann <[email protected]>2023-02-02 11:52:48 +0100
commit4bc32df7a9c387ea1a1b7336e2c7d44aa8cee9f4 (patch)
tree057d5088d3037c0f3d5ebc10660856837f57c94d
parent8b79b34a66cd61769802255a2a6bdd446d4f93ca (diff)
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 <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
-rw-r--r--tools/testing/selftests/bpf/xdp_hw_metadata.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/xdp_hw_metadata.c b/tools/testing/selftests/bpf/xdp_hw_metadata.c
index 2a66bd3f2c9f..1c8acb68b977 100644
--- a/tools/testing/selftests/bpf/xdp_hw_metadata.c
+++ b/tools/testing/selftests/bpf/xdp_hw_metadata.c
@@ -24,7 +24,6 @@
#include <linux/net_tstamp.h>
#include <linux/udp.h>
#include <linux/sockios.h>
-#include <linux/net_tstamp.h>
#include <sys/mman.h>
#include <net/if.h>
#include <poll.h>