aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net
diff options
context:
space:
mode:
authorSouptick Joarder <jrdr.linux@gmail.com>2019-03-04 23:50:48 +0530
committerDavid S. Miller <davem@davemloft.net>2019-03-04 11:35:51 -0800
commit9e9322e5d28e433f1f25f01ffa0aa5762c75dad6 (patch)
treeedd99416191931784170011b88d1787c71200480 /tools/testing/selftests/net
parentsky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79 (diff)
downloadlinux-dev-9e9322e5d28e433f1f25f01ffa0aa5762c75dad6.tar.xz
linux-dev-9e9322e5d28e433f1f25f01ffa0aa5762c75dad6.zip
selftest/net: Remove duplicate header
Remove duplicate header which is included twice. Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net')
-rw-r--r--tools/testing/selftests/net/udpgso.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/udpgso.c b/tools/testing/selftests/net/udpgso.c
index e279051bc631..b8265ee9923f 100644
--- a/tools/testing/selftests/net/udpgso.c
+++ b/tools/testing/selftests/net/udpgso.c
@@ -17,7 +17,6 @@
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/socket.h>