sfc: Remove pointless abstraction of memory BAR number (2)
Finish the job by removing the structure member. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dc63d3771c
commit
9e0c8a5bab
|
@ -848,7 +848,6 @@ static inline const char *efx_dev_name(struct efx_nic *efx)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct efx_nic_type - Efx device type definition
|
* struct efx_nic_type - Efx device type definition
|
||||||
* @mem_bar: Memory BAR number
|
|
||||||
* @mem_map_size: Memory BAR mapped size
|
* @mem_map_size: Memory BAR mapped size
|
||||||
* @txd_ptr_tbl_base: TX descriptor ring base address
|
* @txd_ptr_tbl_base: TX descriptor ring base address
|
||||||
* @rxd_ptr_tbl_base: RX descriptor ring base address
|
* @rxd_ptr_tbl_base: RX descriptor ring base address
|
||||||
|
@ -863,7 +862,6 @@ static inline const char *efx_dev_name(struct efx_nic *efx)
|
||||||
* descriptors
|
* descriptors
|
||||||
*/
|
*/
|
||||||
struct efx_nic_type {
|
struct efx_nic_type {
|
||||||
unsigned int mem_bar;
|
|
||||||
unsigned int mem_map_size;
|
unsigned int mem_map_size;
|
||||||
unsigned int txd_ptr_tbl_base;
|
unsigned int txd_ptr_tbl_base;
|
||||||
unsigned int rxd_ptr_tbl_base;
|
unsigned int rxd_ptr_tbl_base;
|
||||||
|
|
Loading…
Reference in New Issue