[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <202301311440516312161@zte.com.cn>
Date: Tue, 31 Jan 2023 14:40:51 +0800 (CST)
From: <ye.xingchen@....com.cn>
To: <ast@...nel.org>
Cc: <daniel@...earbox.net>, <davem@...emloft.net>, <kuba@...nel.org>,
<hawk@...nel.org>, <john.fastabend@...il.com>, <andrii@...nel.org>,
<martin.lau@...ux.dev>, <song@...nel.org>, <yhs@...com>,
<kpsingh@...nel.org>, <sdf@...gle.com>, <haoluo@...gle.com>,
<jolsa@...nel.org>, <mykolal@...com>, <shuah@...nel.org>,
<netdev@...r.kernel.org>, <bpf@...r.kernel.org>,
<linux-kselftest@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH] selftests/bpf: remove duplicate include header in files
From: ye xingchen <ye.xingchen@....com.cn>
linux/net_tstamp.h is included more than once.
Signed-off-by: ye xingchen <ye.xingchen@....com.cn>
---
tools/testing/selftests/bpf/xdp_hw_metadata.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/testing/selftests/bpf/xdp_hw_metadata.c b/tools/testing/selftests/bpf/xdp_hw_metadata.c
index 3823b1c499cc..184046021114 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>
--
2.25.1
Powered by blists - more mailing lists