| commit | c0103606b7e3db191dcbaf988f28fa26aa711230 | [log] [tgz] |
|---|---|---|
| author | Wang Chen <wangchen@cn.fujitsu.com> | Thu Nov 20 04:05:56 2008 -0800 |
| committer | David S. Miller <davem@davemloft.net> | Thu Nov 20 04:05:56 2008 -0800 |
| tree | 290c3bd41c59bb5b9b7b3ae33c0abdb286dac603 | |
| parent | 537715226408b83c36b0688a1fb718f572d4dbe6 [diff] |
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 <wangchen@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>