aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/e1000/e1000.h')
-rw-r--r--drivers/net/e1000/e1000.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h
index 3319c19cbee6..d4266f18bbd9 100644
--- a/drivers/net/e1000/e1000.h
+++ b/drivers/net/e1000/e1000.h
@@ -252,8 +252,8 @@ struct e1000_adapter {
252 spinlock_t tx_queue_lock; 252 spinlock_t tx_queue_lock;
253#endif 253#endif
254 atomic_t irq_sem; 254 atomic_t irq_sem;
255 struct work_struct tx_timeout_task;
256 struct work_struct watchdog_task; 255 struct work_struct watchdog_task;
256 struct work_struct reset_task;
257 uint8_t fc_autoneg; 257 uint8_t fc_autoneg;
258 258
259 struct timer_list blink_timer; 259 struct timer_list blink_timer;
@@ -328,7 +328,7 @@ struct e1000_adapter {
328 struct e1000_rx_ring test_rx_ring; 328 struct e1000_rx_ring test_rx_ring;
329 329
330 330
331 u32 *config_space; 331 uint32_t *config_space;
332 int msg_enable; 332 int msg_enable;
333#ifdef CONFIG_PCI_MSI 333#ifdef CONFIG_PCI_MSI
334 boolean_t have_msi; 334 boolean_t have_msi;