Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -124,8 +124,6 @@ struct ixgbe_hw {
	void *back;
	void *back;


	u8 __iomem *hw_addr;
	u8 __iomem *hw_addr;
	u8 *flash_address;
	unsigned long io_base;


	struct ixgbe_mac_info mac;
	struct ixgbe_mac_info mac;
	struct ixgbe_mbx_info mbx;
	struct ixgbe_mbx_info mbx;