sfc: Remove unused field efx_channel::reset_work
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
18c2fc0478
commit
26c086771a
|
@ -366,7 +366,6 @@ struct efx_channel {
|
|||
unsigned int irq_moderation;
|
||||
struct net_device *napi_dev;
|
||||
struct napi_struct napi_str;
|
||||
struct work_struct reset_work;
|
||||
int work_pending;
|
||||
struct efx_special_buffer eventq;
|
||||
unsigned int eventq_read_ptr;
|
||||
|
|
Loading…
Reference in New Issue