From: Wang Chen Date: Thu, 20 Nov 2008 09:01:00 +0000 (-0800) Subject: netdevice: 82596: Convert netdev->priv to netdev_priv X-Git-Tag: v2.6.29-rc1~581^2~640 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3a216d1da1c034c425c4eafe27a1b45269985c7;p=pandora-kernel.git netdevice: 82596: Convert netdev->priv to netdev_priv 1. When alloc_etherdev(), no memory be allocated to netdev->priv. 2. And it's need to get a whole page for priv. For these reasons, use netdev->ml_priv to point to the page is the best method to convert directly reference of netdev->priv. Signed-off-by: Wang Chen Signed-off-by: David S. Miller --- Reading git-diff-tree failed