diff options
author | David Howells <dhowells@redhat.com> | 2006-11-22 09:57:56 -0500 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2006-11-22 09:57:56 -0500 |
commit | c4028958b6ecad064b1a6303a6a5906d4fe48d73 (patch) | |
tree | 1c4c89652c62a75da09f9b9442012007e4ac6250 /drivers/net/chelsio/common.h | |
parent | 65f27f38446e1976cc98fd3004b110fedcddd189 (diff) |
WorkStruct: make allyesconfig
Fix up for make allyesconfig.
Signed-Off-By: David Howells <dhowells@redhat.com>
Diffstat (limited to 'drivers/net/chelsio/common.h')
-rw-r--r-- | drivers/net/chelsio/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/chelsio/common.h b/drivers/net/chelsio/common.h index 5d9dd14427c..8b1bedbce0d 100644 --- a/drivers/net/chelsio/common.h +++ b/drivers/net/chelsio/common.h | |||
@@ -209,7 +209,7 @@ struct adapter { | |||
209 | struct peespi *espi; | 209 | struct peespi *espi; |
210 | 210 | ||
211 | struct port_info port[MAX_NPORTS]; | 211 | struct port_info port[MAX_NPORTS]; |
212 | struct work_struct stats_update_task; | 212 | struct delayed_work stats_update_task; |
213 | struct timer_list stats_update_timer; | 213 | struct timer_list stats_update_timer; |
214 | 214 | ||
215 | struct semaphore mib_mutex; | 215 | struct semaphore mib_mutex; |