diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2010-12-09 20:19:53 -0500 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2010-12-10 14:53:45 -0500 |
commit | 6ecfd0c70c05531b2850649d0cec46833cd6c381 (patch) | |
tree | 453295ffe31e8062290afb35649b8b19f8663f8b /drivers/net/sfc/net_driver.h | |
parent | cf78f8ee3de7d8d5b47d371c95716d0e4facf1c4 (diff) |
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/net_driver.h')
-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 { | |||
179 | struct efx_nic *efx ____cacheline_aligned_in_smp; | 179 | struct efx_nic *efx ____cacheline_aligned_in_smp; |
180 | unsigned queue; | 180 | unsigned queue; |
181 | struct efx_channel *channel; | 181 | struct efx_channel *channel; |
182 | struct efx_nic *nic; | ||
183 | struct efx_tx_buffer *buffer; | 182 | struct efx_tx_buffer *buffer; |
184 | struct efx_special_buffer txd; | 183 | struct efx_special_buffer txd; |
185 | unsigned int ptr_mask; | 184 | unsigned int ptr_mask; |
@@ -321,7 +320,6 @@ enum efx_rx_alloc_method { | |||
321 | * @irq_moderation: IRQ moderation value (in hardware ticks) | 320 | * @irq_moderation: IRQ moderation value (in hardware ticks) |
322 | * @napi_dev: Net device used with NAPI | 321 | * @napi_dev: Net device used with NAPI |
323 | * @napi_str: NAPI control structure | 322 | * @napi_str: NAPI control structure |
324 | * @reset_work: Scheduled reset work thread | ||
325 | * @work_pending: Is work pending via NAPI? | 323 | * @work_pending: Is work pending via NAPI? |
326 | * @eventq: Event queue buffer | 324 | * @eventq: Event queue buffer |
327 | * @eventq_mask: Event queue pointer mask | 325 | * @eventq_mask: Event queue pointer mask |