summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Guojin <ye.guojin@zte.com.cn>2021-12-10 10:14:24 +0300
committerJakub Kicinski <kuba@kernel.org>2021-12-10 22:00:32 +0300
commitdb10415448158779127ad529335e2c447c5767c1 (patch)
tree917b57c2c53d39d74983e06c02b9fd86fca409c4
parente1b539bd73a76dc8a7bf82befe6eac4ae79c76b3 (diff)
downloadlinux-db10415448158779127ad529335e2c447c5767c1.tar.xz
selftests: mptcp: remove duplicate include in mptcp_inq.c
'sys/ioctl.h' included in 'mptcp_inq.c' is duplicated. Reported-by: ZealRobot <zealci@zte.com.cn> Signed-off-by: Ye Guojin <ye.guojin@zte.com.cn> Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net> Link: https://lore.kernel.org/r/20211210071424.425773-1-ye.guojin@zte.com.cn Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--tools/testing/selftests/net/mptcp/mptcp_inq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/mptcp/mptcp_inq.c b/tools/testing/selftests/net/mptcp/mptcp_inq.c
index b8debd4fb5ed..29f75e2a1116 100644
--- a/tools/testing/selftests/net/mptcp/mptcp_inq.c
+++ b/tools/testing/selftests/net/mptcp/mptcp_inq.c
@@ -18,7 +18,6 @@
#include <time.h>
#include <sys/ioctl.h>
-#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/wait.h>