diff options
Diffstat (limited to 'drivers/net/e1000/e1000.h')
-rw-r--r-- | drivers/net/e1000/e1000.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h index f091042b146e..689f158a469e 100644 --- a/drivers/net/e1000/e1000.h +++ b/drivers/net/e1000/e1000.h | |||
@@ -59,17 +59,13 @@ | |||
59 | #include <linux/capability.h> | 59 | #include <linux/capability.h> |
60 | #include <linux/in.h> | 60 | #include <linux/in.h> |
61 | #include <linux/ip.h> | 61 | #include <linux/ip.h> |
62 | #ifdef NETIF_F_TSO6 | ||
63 | #include <linux/ipv6.h> | 62 | #include <linux/ipv6.h> |
64 | #endif | ||
65 | #include <linux/tcp.h> | 63 | #include <linux/tcp.h> |
66 | #include <linux/udp.h> | 64 | #include <linux/udp.h> |
67 | #include <net/pkt_sched.h> | 65 | #include <net/pkt_sched.h> |
68 | #include <linux/list.h> | 66 | #include <linux/list.h> |
69 | #include <linux/reboot.h> | 67 | #include <linux/reboot.h> |
70 | #ifdef NETIF_F_TSO | ||
71 | #include <net/checksum.h> | 68 | #include <net/checksum.h> |
72 | #endif | ||
73 | #include <linux/mii.h> | 69 | #include <linux/mii.h> |
74 | #include <linux/ethtool.h> | 70 | #include <linux/ethtool.h> |
75 | #include <linux/if_vlan.h> | 71 | #include <linux/if_vlan.h> |
@@ -257,7 +253,6 @@ struct e1000_adapter { | |||
257 | spinlock_t tx_queue_lock; | 253 | spinlock_t tx_queue_lock; |
258 | #endif | 254 | #endif |
259 | atomic_t irq_sem; | 255 | atomic_t irq_sem; |
260 | unsigned int detect_link; | ||
261 | unsigned int total_tx_bytes; | 256 | unsigned int total_tx_bytes; |
262 | unsigned int total_tx_packets; | 257 | unsigned int total_tx_packets; |
263 | unsigned int total_rx_bytes; | 258 | unsigned int total_rx_bytes; |
@@ -348,9 +343,7 @@ struct e1000_adapter { | |||
348 | boolean_t have_msi; | 343 | boolean_t have_msi; |
349 | #endif | 344 | #endif |
350 | /* to not mess up cache alignment, always add to the bottom */ | 345 | /* to not mess up cache alignment, always add to the bottom */ |
351 | #ifdef NETIF_F_TSO | ||
352 | boolean_t tso_force; | 346 | boolean_t tso_force; |
353 | #endif | ||
354 | boolean_t smart_power_down; /* phy smart power down */ | 347 | boolean_t smart_power_down; /* phy smart power down */ |
355 | boolean_t quad_port_a; | 348 | boolean_t quad_port_a; |
356 | unsigned long flags; | 349 | unsigned long flags; |