net/fec_mpc52xx: Migrate to net_device_ops.
authorHenk Stegeman <henk.stegeman@gmail.com>
Tue, 31 Mar 2009 20:16:57 +0000 (20:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Apr 2009 07:57:00 +0000 (00:57 -0700)
commitd360009c100766c6f14ea349e8f984a3ad17e140
treed2863a3728760d67e3aec683a14f3f714b645ea4
parent461cadbc62b098b49b55de10605d330c8b494889
net/fec_mpc52xx: Migrate to net_device_ops.

Since not using net_device_ops gets you shunned out the cool crowd,
this patch modifies the fec_mpc52xx Ethernet driver to provide the
management hooks via a struct net_device_ops.

Reported-by: Henk Stegeman <henk.stegeman@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fec_mpc52xx.c