diff options
Diffstat (limited to 'drivers/net/qlge/qlge.h')
-rw-r--r-- | drivers/net/qlge/qlge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/qlge/qlge.h b/drivers/net/qlge/qlge.h index 780a38731bcc..ebfd17776b53 100644 --- a/drivers/net/qlge/qlge.h +++ b/drivers/net/qlge/qlge.h | |||
@@ -2145,6 +2145,7 @@ struct ql_adapter { | |||
2145 | struct completion ide_completion; | 2145 | struct completion ide_completion; |
2146 | struct nic_operations *nic_ops; | 2146 | struct nic_operations *nic_ops; |
2147 | u16 device_id; | 2147 | u16 device_id; |
2148 | struct timer_list timer; | ||
2148 | atomic_t lb_count; | 2149 | atomic_t lb_count; |
2149 | }; | 2150 | }; |
2150 | 2151 | ||