dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Greg Rose 2010-09-07 21:36:04 +00:00 committed by David S. Miller
parent 7ca647bdad
commit 2b1b8edfe2
1 changed files with 0 additions and 2 deletions

View File

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