Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <ye.xingchen@zte.com.cn>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/202301311440516312161@zte.com.cn

authored by

Ye Xingchen and committed by
Daniel Borkmann
4bc32df7 8b79b34a

-1
-1
tools/testing/selftests/bpf/xdp_hw_metadata.c
··· 24 24 #include <linux/net_tstamp.h> 25 25 #include <linux/udp.h> 26 26 #include <linux/sockios.h> 27 - #include <linux/net_tstamp.h> 28 27 #include <sys/mman.h> 29 28 #include <net/if.h> 30 29 #include <poll.h>