From: Alexander Duyck Date: Wed, 17 Nov 2010 03:26:54 +0000 (-0800) Subject: ixgbe: move adapter into pci_dev driver data instead of netdev X-Git-Tag: v2.6.38-rc1~476^2~547^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60fbb00f0400792adf873dbacd431885653b77d;p=pandora-kernel.git ixgbe: move adapter into pci_dev driver data instead of netdev This change moves an adapter pointer into the private portion of the pci_dev instead of a pointer to the netdev. The reason for this change is because in most cases we just want the adapter anyway. In addition as we start moving toward multiple netdevs per port we may want to move the adapter pointer out of the netdevs entirely. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed