netdev: netdev_priv() can now be sane again.
authorDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 09:58:39 +0000 (02:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jul 2008 02:21:09 +0000 (19:21 -0700)
The private area of a netdev is now at a fixed offset once more.

Unfortunately, some assumptions that netdev_priv() == netdev->priv
crept back into the tree.  In particular this happened in the
loopback driver.  Make it use netdev->ml_priv.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found