Browse Source

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>
Pravin Shedge 7 years ago
parent
commit
30f1e59550
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/dsa/bcm_sf2.c

+ 0 - 1
drivers/net/dsa/bcm_sf2.c

@@ -14,7 +14,6 @@
 #include <linux/netdevice.h>
 #include <linux/netdevice.h>
 #include <linux/interrupt.h>
 #include <linux/interrupt.h>
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
-#include <linux/of.h>
 #include <linux/phy.h>
 #include <linux/phy.h>
 #include <linux/phy_fixed.h>
 #include <linux/phy_fixed.h>
 #include <linux/mii.h>
 #include <linux/mii.h>