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/net_driver.h | |
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/net_driver.h')
-rw-r--r-- | drivers/net/sfc/net_driver.h | 1 |
1 files changed, 0 insertions, 1 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> |