diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2010-02-03 04:32:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-03 22:12:47 -0500 |
commit | a4b97f2054af2e411c414ed4cb5e1d0dbfd24a47 (patch) | |
tree | cb932fd8ebdfecfe7a6c360b3ac0f9aa3b090467 /drivers/net/sfc | |
parent | 754c653a4e62bfa19b4e015c45198863c4211947 (diff) |
sfc: Do not include unneeded headers
Earlier refactoring has made these inclusions unnecessary.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc')
-rw-r--r-- | drivers/net/sfc/net_driver.h | 1 | ||||
-rw-r--r-- | drivers/net/sfc/selftest.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/sfc/net_driver.h b/drivers/net/sfc/net_driver.h index ac77a252c7e2..cb018e272097 100644 --- a/drivers/net/sfc/net_driver.h +++ b/drivers/net/sfc/net_driver.h | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <linux/etherdevice.h> | 18 | #include <linux/etherdevice.h> |
19 | #include <linux/ethtool.h> | 19 | #include <linux/ethtool.h> |
20 | #include <linux/if_vlan.h> | 20 | #include <linux/if_vlan.h> |
21 | #include <linux/timer.h> | ||
22 | #include <linux/mdio.h> | 21 | #include <linux/mdio.h> |
23 | #include <linux/list.h> | 22 | #include <linux/list.h> |
24 | #include <linux/pci.h> | 23 | #include <linux/pci.h> |
diff --git a/drivers/net/sfc/selftest.c b/drivers/net/sfc/selftest.c index 8a5a7b6d042d..cf0139a7d9a4 100644 --- a/drivers/net/sfc/selftest.c +++ b/drivers/net/sfc/selftest.c | |||
@@ -24,8 +24,6 @@ | |||
24 | #include "nic.h" | 24 | #include "nic.h" |
25 | #include "selftest.h" | 25 | #include "selftest.h" |
26 | #include "workarounds.h" | 26 | #include "workarounds.h" |
27 | #include "spi.h" | ||
28 | #include "io.h" | ||
29 | 27 | ||
30 | /* | 28 | /* |
31 | * Loopback test packet structure | 29 | * Loopback test packet structure |