diff options
-rw-r--r-- | drivers/net/sfc/efx.c | 1 | ||||
-rw-r--r-- | drivers/net/sfc/ethtool.c | 1 | ||||
-rw-r--r-- | drivers/net/sfc/falcon.c | 1 | ||||
-rw-r--r-- | drivers/net/sfc/falcon_boards.c | 2 | ||||
-rw-r--r-- | drivers/net/sfc/falcon_xmac.c | 1 | ||||
-rw-r--r-- | drivers/net/sfc/mcdi_phy.c | 1 | ||||
-rw-r--r-- | drivers/net/sfc/mdio_10g.c | 1 | ||||
-rw-r--r-- | drivers/net/sfc/tenxpress.c | 2 |
8 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c index 05df20e47976..b4580c4ea7ed 100644 --- a/drivers/net/sfc/efx.c +++ b/drivers/net/sfc/efx.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <linux/gfp.h> | 23 | #include <linux/gfp.h> |
24 | #include "net_driver.h" | 24 | #include "net_driver.h" |
25 | #include "efx.h" | 25 | #include "efx.h" |
26 | #include "mdio_10g.h" | ||
27 | #include "nic.h" | 26 | #include "nic.h" |
28 | 27 | ||
29 | #include "mcdi.h" | 28 | #include "mcdi.h" |
diff --git a/drivers/net/sfc/ethtool.c b/drivers/net/sfc/ethtool.c index 00fb6743c8a6..aae756bf47ee 100644 --- a/drivers/net/sfc/ethtool.c +++ b/drivers/net/sfc/ethtool.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include "efx.h" | 17 | #include "efx.h" |
18 | #include "filter.h" | 18 | #include "filter.h" |
19 | #include "nic.h" | 19 | #include "nic.h" |
20 | #include "mdio_10g.h" | ||
21 | 20 | ||
22 | struct ethtool_string { | 21 | struct ethtool_string { |
23 | char name[ETH_GSTRING_LEN]; | 22 | char name[ETH_GSTRING_LEN]; |
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c index b2c3381c3cdb..fe150842d82b 100644 --- a/drivers/net/sfc/falcon.c +++ b/drivers/net/sfc/falcon.c | |||
@@ -24,7 +24,6 @@ | |||
24 | #include "nic.h" | 24 | #include "nic.h" |
25 | #include "regs.h" | 25 | #include "regs.h" |
26 | #include "io.h" | 26 | #include "io.h" |
27 | #include "mdio_10g.h" | ||
28 | #include "phy.h" | 27 | #include "phy.h" |
29 | #include "workarounds.h" | 28 | #include "workarounds.h" |
30 | 29 | ||
diff --git a/drivers/net/sfc/falcon_boards.c b/drivers/net/sfc/falcon_boards.c index 6c20d4569d81..a6fc5ce88c88 100644 --- a/drivers/net/sfc/falcon_boards.c +++ b/drivers/net/sfc/falcon_boards.c | |||
@@ -13,8 +13,6 @@ | |||
13 | #include "phy.h" | 13 | #include "phy.h" |
14 | #include "efx.h" | 14 | #include "efx.h" |
15 | #include "nic.h" | 15 | #include "nic.h" |
16 | #include "regs.h" | ||
17 | #include "io.h" | ||
18 | #include "workarounds.h" | 16 | #include "workarounds.h" |
19 | 17 | ||
20 | /* Macros for unpacking the board revision */ | 18 | /* Macros for unpacking the board revision */ |
diff --git a/drivers/net/sfc/falcon_xmac.c b/drivers/net/sfc/falcon_xmac.c index b31f595ebb5b..e293e25d1348 100644 --- a/drivers/net/sfc/falcon_xmac.c +++ b/drivers/net/sfc/falcon_xmac.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include "io.h" | 16 | #include "io.h" |
17 | #include "mac.h" | 17 | #include "mac.h" |
18 | #include "mdio_10g.h" | 18 | #include "mdio_10g.h" |
19 | #include "phy.h" | ||
20 | #include "workarounds.h" | 19 | #include "workarounds.h" |
21 | 20 | ||
22 | /************************************************************************** | 21 | /************************************************************************** |
diff --git a/drivers/net/sfc/mcdi_phy.c b/drivers/net/sfc/mcdi_phy.c index c992742446b1..0e97eed663c6 100644 --- a/drivers/net/sfc/mcdi_phy.c +++ b/drivers/net/sfc/mcdi_phy.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include "phy.h" | 16 | #include "phy.h" |
17 | #include "mcdi.h" | 17 | #include "mcdi.h" |
18 | #include "mcdi_pcol.h" | 18 | #include "mcdi_pcol.h" |
19 | #include "mdio_10g.h" | ||
20 | #include "nic.h" | 19 | #include "nic.h" |
21 | #include "selftest.h" | 20 | #include "selftest.h" |
22 | 21 | ||
diff --git a/drivers/net/sfc/mdio_10g.c b/drivers/net/sfc/mdio_10g.c index 98d946020429..56b0266b441f 100644 --- a/drivers/net/sfc/mdio_10g.c +++ b/drivers/net/sfc/mdio_10g.c | |||
@@ -15,7 +15,6 @@ | |||
15 | #include "net_driver.h" | 15 | #include "net_driver.h" |
16 | #include "mdio_10g.h" | 16 | #include "mdio_10g.h" |
17 | #include "workarounds.h" | 17 | #include "workarounds.h" |
18 | #include "nic.h" | ||
19 | 18 | ||
20 | unsigned efx_mdio_id_oui(u32 id) | 19 | unsigned efx_mdio_id_oui(u32 id) |
21 | { | 20 | { |
diff --git a/drivers/net/sfc/tenxpress.c b/drivers/net/sfc/tenxpress.c index 1bc6c48c96ee..f102912eba91 100644 --- a/drivers/net/sfc/tenxpress.c +++ b/drivers/net/sfc/tenxpress.c | |||
@@ -15,9 +15,7 @@ | |||
15 | #include "mdio_10g.h" | 15 | #include "mdio_10g.h" |
16 | #include "nic.h" | 16 | #include "nic.h" |
17 | #include "phy.h" | 17 | #include "phy.h" |
18 | #include "regs.h" | ||
19 | #include "workarounds.h" | 18 | #include "workarounds.h" |
20 | #include "selftest.h" | ||
21 | 19 | ||
22 | /* We expect these MMDs to be in the package. */ | 20 | /* We expect these MMDs to be in the package. */ |
23 | #define TENXPRESS_REQUIRED_DEVS (MDIO_DEVS_PMAPMD | \ | 21 | #define TENXPRESS_REQUIRED_DEVS (MDIO_DEVS_PMAPMD | \ |