Browse Source

atl1: remove unused member from atl1_adapter structure

Signed-off-by: Tony Zelenoff <antonz@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Tony Zelenoff 13 years ago
parent
commit
65cff87201
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/ethernet/atheros/atlx/atl1.h

+ 0 - 1
drivers/net/ethernet/atheros/atlx/atl1.h

@@ -763,7 +763,6 @@ struct atl1_adapter {
 	u16 link_duplex;
 	u16 link_duplex;
 	spinlock_t lock;
 	spinlock_t lock;
 	struct napi_struct napi;
 	struct napi_struct napi;
-	struct work_struct tx_timeout_task;
 	struct work_struct reset_dev_task;
 	struct work_struct reset_dev_task;
 	struct work_struct link_chg_task;
 	struct work_struct link_chg_task;