From: Greg Rose Date: Fri, 22 Jan 2010 22:46:02 +0000 (+0000) Subject: ixgbe: Remove unused emulation MAC storage from the per VF data structure. X-Git-Tag: v3.12-rc1~11246^2~532 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef291b8c71ee934d077676b891494c50e17ccc28;p=kernel%2Fkernel-generic.git ixgbe: Remove unused emulation MAC storage from the per VF data structure. This data storage for SW emulated MAC addresses is unlikely to ever be used so pull it. Signed-off-by: Greg Rose Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h index db64f13..e576fb4 100644 --- a/drivers/net/ixgbe/ixgbe.h +++ b/drivers/net/ixgbe/ixgbe.h @@ -110,7 +110,6 @@ struct vf_data_storage { u16 num_vf_mc_hashes; u16 default_vf_vlan_id; u16 vlans_enabled; - unsigned char em_mac_addresses[MAX_EMULATION_MAC_ADDRS * ETH_ALEN]; bool clear_to_send; int rar; };