ixgbevf: Removed unneeded HW struct members
The VF has no flash and can only do memory mapped I/O. Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7ca647bdad
commit
2b1b8edfe2
1 changed files with 0 additions and 2 deletions
|
@ -124,8 +124,6 @@ struct ixgbe_hw {
|
|||
void *back;
|
||||
|
||||
u8 __iomem *hw_addr;
|
||||
u8 *flash_address;
|
||||
unsigned long io_base;
|
||||
|
||||
struct ixgbe_mac_info mac;
|
||||
struct ixgbe_mbx_info mbx;
|
||||
|
|
Loading…
Add table
Reference in a new issue