From: Wang Chen Date: Thu, 20 Nov 2008 09:02:05 +0000 (-0800) Subject: netdevice hamradio: Convert directly reference of netdev->priv X-Git-Tag: v2.6.29-rc1~581^2~639 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4bdd264b43cc60dccb617afce2859dffdd7a935;p=pandora-kernel.git netdevice hamradio: Convert directly reference of netdev->priv Since all the memory, which pointed by netdev->priv, are allocated in advance instead of by alloc_netdev(). Use netdev->ml_priv to point to those memory. Signed-off-by: Wang Chen Signed-off-by: David S. Miller --- Reading git-diff-tree failed