Skip to content
Snippets Groups Projects
Commit 65cff872 authored by Tony Zelenoff's avatar Tony Zelenoff Committed by David S. Miller
Browse files

atl1: remove unused member from atl1_adapter structure

parent 43c880df
No related merge requests found
...@@ -763,7 +763,6 @@ struct atl1_adapter { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment