Commit 2b1b8edf authored by Greg Rose's avatar Greg Rose Committed by David S. Miller

ixgbevf: Removed unneeded HW struct members

The VF has no flash and can only do memory mapped I/O.
Signed-off-by: default avatarGreg Rose <gregory.v.rose@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7ca647bd
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment