Skip to content

Commit

Permalink
ixgbevf: Removed unneeded HW struct members
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Rose authored and David S. Miller committed Sep 8, 2010
1 parent 7ca647b commit 2b1b8ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/ixgbevf/vf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2b1b8ed

Please sign in to comment.