Commit 26c08677 authored by Steve Hodgson's avatar Steve Hodgson Committed by Jeff Garzik

sfc: Remove unused field efx_channel::reset_work

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 18c2fc04
...@@ -366,7 +366,6 @@ struct efx_channel { ...@@ -366,7 +366,6 @@ struct efx_channel {
unsigned int irq_moderation; unsigned int irq_moderation;
struct net_device *napi_dev; struct net_device *napi_dev;
struct napi_struct napi_str; struct napi_struct napi_str;
struct work_struct reset_work;
int work_pending; int work_pending;
struct efx_special_buffer eventq; struct efx_special_buffer eventq;
unsigned int eventq_read_ptr; unsigned int eventq_read_ptr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment