diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-11-28 06:35:36 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-29 08:58:53 +0100 |
commit | 299f8d69f3590fdbd7b22880234196de3b39ceca (patch) | |
tree | 5558f5798bc10c5c7c72126d108a73445a6190ac /drivers/net/sfc | |
parent | sfc: Remove another unused workaround macro (diff) | |
download | linux-299f8d69f3590fdbd7b22880234196de3b39ceca.tar.xz linux-299f8d69f3590fdbd7b22880234196de3b39ceca.zip |
sfc: Remove some redundant whitespace
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 57f861468c1e..ca7dff2269d4 100644 --- a/drivers/net/sfc/net_driver.h +++ b/drivers/net/sfc/net_driver.h @@ -866,9 +866,7 @@ struct efx_nic_type { unsigned int buf_tbl_base; unsigned int evq_ptr_tbl_base; unsigned int evq_rptr_tbl_base; - u64 max_dma_mask; - unsigned int rx_buffer_padding; unsigned int max_interrupt_mode; unsigned int phys_addr_channels; |