diff options
author | Pravin Shedge <pravin.shedge4linux@gmail.com> | 2017-12-06 22:28:40 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-06 15:45:22 -0500 |
commit | 30f1e59550363f6be28213393407ef225150e7fe (patch) | |
tree | ca950f3a145d12ffdca6e989b78fd1d8332fcf14 /drivers | |
parent | f3069c6d33f6ae63a1668737bc78aaaa51bff7ca (diff) |
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')
-rw-r--r-- | drivers/net/dsa/bcm_sf2.c | 1 |
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> |