* [PATCH net-next] atl1: remove unused member from atl1_adapter structure
@ 2012-04-16 7:27 Tony Zelenoff
2012-04-16 18:22 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Tony Zelenoff @ 2012-04-16 7:27 UTC (permalink / raw)
To: davem; +Cc: antonz, netdev, jcliburn, csnook
Signed-off-by: Tony Zelenoff <antonz@parallels.com>
---
drivers/net/ethernet/atheros/atlx/atl1.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/ethernet/atheros/atlx/atl1.h b/drivers/net/ethernet/atheros/atlx/atl1.h
index b1fb209..3bf79a5 100644
--- a/drivers/net/ethernet/atheros/atlx/atl1.h
+++ b/drivers/net/ethernet/atheros/atlx/atl1.h
@@ -763,7 +763,6 @@ struct atl1_adapter {
u16 link_duplex;
spinlock_t lock;
struct napi_struct napi;
- struct work_struct tx_timeout_task;
struct work_struct reset_dev_task;
struct work_struct link_chg_task;
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-16 18:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-16 7:27 [PATCH net-next] atl1: remove unused member from atl1_adapter structure Tony Zelenoff
2012-04-16 18:22 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).