aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/bcm_sf2.c
diff options
context:
space:
mode:
authorPravin Shedge <pravin.shedge4linux@gmail.com>2017-12-06 22:28:40 +0530
committerDavid S. Miller <davem@davemloft.net>2017-12-06 15:45:22 -0500
commit30f1e59550363f6be28213393407ef225150e7fe (patch)
treeca950f3a145d12ffdca6e989b78fd1d8332fcf14 /drivers/net/dsa/bcm_sf2.c
parentrds: Fix NULL pointer dereference in __rds_rdma_map (diff)
downloadlinux-dev-30f1e59550363f6be28213393407ef225150e7fe.tar.xz
linux-dev-30f1e59550363f6be28213393407ef225150e7fe.zip
drivers: net: dsa: 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> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/bcm_sf2.c')
-rw-r--r--drivers/net/dsa/bcm_sf2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/dsa/bcm_sf2.c b/drivers/net/dsa/bcm_sf2.c
index ea01f24f15e7..b62d47210db8 100644
--- a/drivers/net/dsa/bcm_sf2.c
+++ b/drivers/net/dsa/bcm_sf2.c
@@ -14,7 +14,6 @@
#include <linux/netdevice.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
-#include <linux/of.h>
#include <linux/phy.h>
#include <linux/phy_fixed.h>
#include <linux/mii.h>