aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa
diff options
context:
space:
mode:
authorPravin Shedge <pravin.shedge4linux@gmail.com>2017-12-11 22:09:46 +0530
committerDavid S. Miller <davem@davemloft.net>2017-12-13 13:18:46 -0500
commit83593010d3b87601e775f240ce46c53ddf25828d (patch)
tree30b143898500edd7e3c99e91a1392b720dcdecd8 /net/dsa
parentipv4: igmp: guard against silly MTU values (diff)
downloadlinux-dev-83593010d3b87601e775f240ce46c53ddf25828d.tar.xz
linux-dev-83593010d3b87601e775f240ce46c53ddf25828d.zip
net: remove duplicate includes
These duplicate includes have been found with scripts/checkincludes.pl but they have been removed manually to avoid removing false positives. Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa')
-rw-r--r--net/dsa/slave.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dsa/slave.c b/net/dsa/slave.c
index d6e7a642493b..a95a55f79137 100644
--- a/net/dsa/slave.c
+++ b/net/dsa/slave.c
@@ -16,7 +16,6 @@
#include <linux/of_net.h>
#include <linux/of_mdio.h>
#include <linux/mdio.h>
-#include <linux/list.h>
#include <net/rtnetlink.h>
#include <net/pkt_cls.h>
#include <net/tc_act/tc_mirred.h>