diff options
author | Pravin Shedge <pravin.shedge4linux@gmail.com> | 2017-12-06 11:58:40 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-06 15:45:22 -0500 |
commit | 30f1e59550363f6be28213393407ef225150e7fe (patch) | |
tree | ca950f3a145d12ffdca6e989b78fd1d8332fcf14 | |
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>
-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 @@ | |||
14 | #include <linux/netdevice.h> | 14 | #include <linux/netdevice.h> |
15 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
16 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
17 | #include <linux/of.h> | ||
18 | #include <linux/phy.h> | 17 | #include <linux/phy.h> |
19 | #include <linux/phy_fixed.h> | 18 | #include <linux/phy_fixed.h> |
20 | #include <linux/mii.h> | 19 | #include <linux/mii.h> |