diff options
author | Ben Hutchings | 2010-12-10 02:19:53 +0100 |
---|---|---|
committer | Ben Hutchings | 2010-12-10 20:53:45 +0100 |
commit | 6ecfd0c70c05531b2850649d0cec46833cd6c381 (patch) | |
tree | 453295ffe31e8062290afb35649b8b19f8663f8b /drivers/net/sfc | |
parent | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh... (diff) | |
download | kernel-qcow2-linux-6ecfd0c70c05531b2850649d0cec46833cd6c381.tar.gz kernel-qcow2-linux-6ecfd0c70c05531b2850649d0cec46833cd6c381.tar.xz kernel-qcow2-linux-6ecfd0c70c05531b2850649d0cec46833cd6c381.zip |
sfc: Remove unused field and comment on a previously removed field
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'drivers/net/sfc')
-rw-r--r-- | drivers/net/sfc/net_driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/sfc/net_driver.h b/drivers/net/sfc/net_driver.h index 76f2fb197f0a..294379faca4a 100644 --- a/drivers/net/sfc/net_driver.h +++ b/drivers/net/sfc/net_driver.h @@ -179,7 +179,6 @@ struct efx_tx_queue { struct efx_nic *efx ____cacheline_aligned_in_smp; unsigned queue; struct efx_channel *channel; - struct efx_nic *nic; struct efx_tx_buffer *buffer; struct efx_special_buffer txd; unsigned int ptr_mask; @@ -321,7 +320,6 @@ enum efx_rx_alloc_method { * @irq_moderation: IRQ moderation value (in hardware ticks) * @napi_dev: Net device used with NAPI * @napi_str: NAPI control structure - * @reset_work: Scheduled reset work thread * @work_pending: Is work pending via NAPI? * @eventq: Event queue buffer * @eventq_mask: Event queue pointer mask |