Browse Source

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>
Greg Rose 14 năm trước cách đây
mục cha
commit
2b1b8edfe2
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      drivers/net/ixgbevf/vf.h

+ 0 - 2
drivers/net/ixgbevf/vf.h

@@ -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;