aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/net_driver.h
diff options
context:
space:
mode:
authorSteve Hodgson <shodgson@solarflare.com>2008-09-01 07:44:48 -0400
committerJeff Garzik <jgarzik@redhat.com>2008-09-03 09:53:42 -0400
commit26c086771a8ad0a1a72699674fa712fe6aeacb02 (patch)
tree89ccf4bb3bf790e50d83ef86a172bcfa1f16b204 /drivers/net/sfc/net_driver.h
parent18c2fc0478d5eff08d78bf28635004ec9a9b3946 (diff)
sfc: Remove unused field efx_channel::reset_work
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/sfc/net_driver.h')
-rw-r--r--drivers/net/sfc/net_driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sfc/net_driver.h b/drivers/net/sfc/net_driver.h
index ab318f759b81..628f25e32918 100644
--- a/drivers/net/sfc/net_driver.h
+++ b/drivers/net/sfc/net_driver.h
@@ -366,7 +366,6 @@ struct efx_channel {
366 unsigned int irq_moderation; 366 unsigned int irq_moderation;
367 struct net_device *napi_dev; 367 struct net_device *napi_dev;
368 struct napi_struct napi_str; 368 struct napi_struct napi_str;
369 struct work_struct reset_work;
370 int work_pending; 369 int work_pending;
371 struct efx_special_buffer eventq; 370 struct efx_special_buffer eventq;
372 unsigned int eventq_read_ptr; 371 unsigned int eventq_read_ptr;