]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ixgbevf: Removed unneeded HW struct members
authorGreg Rose <gregory.v.rose@intel.com>
Tue, 7 Sep 2010 21:36:04 +0000 (21:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Sep 2010 21:46:29 +0000 (14:46 -0700)
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>
drivers/net/ixgbevf/vf.h

index 94b750b8874f492d279fac3b68943c58e566be8f..61f9dc831424143d02497b335387caba5bf65823 100644 (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;