commit | d360009c100766c6f14ea349e8f984a3ad17e140 | [log] [tgz] |
---|---|---|
author | Henk Stegeman <henk.stegeman@gmail.com> | Tue Mar 31 20:16:57 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 02 00:57:00 2009 -0700 |
tree | d2863a3728760d67e3aec683a14f3f714b645ea4 | |
parent | 461cadbc62b098b49b55de10605d330c8b494889 [diff] |
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>