All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [PATCH net-next] atl1: remove unused member from atl1_adapter structure
  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
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-04-16 18:22 UTC (permalink / raw)
  To: antonz; +Cc: netdev, jcliburn, csnook

From: Tony Zelenoff <antonz@parallels.com>
Date: Mon, 16 Apr 2012 11:27:29 +0400

> Signed-off-by: Tony Zelenoff <antonz@parallels.com>

Applied, thanks.

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.