From: Wang Chen Date: Thu, 20 Nov 2008 12:05:56 +0000 (-0800) Subject: netdevice lance: Convert directly reference of netdev->priv X-Git-Tag: v2.6.29-rc1~581^2~627 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0103606b7e3db191dcbaf988f28fa26aa711230;p=pandora-kernel.git netdevice lance: Convert directly reference of netdev->priv This patch is to kill directly reference of netdev->priv too. Because the private data should be allocated in DMA area, alloc_etherdev() can't satisfy this needs. Use netdev->ml_priv to point to lance_private. Signed-off-by: Wang Chen Signed-off-by: David S. Miller --- Reading git-diff-tree failed