]> git.baikalelectronics.ru Git - kernel.git/commit
iph: use default get_stats
authorstephen hemminger <shemminger@vyatta.com>
Wed, 8 Jun 2011 08:09:13 +0000 (08:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Jun 2011 00:05:29 +0000 (17:05 -0700)
commit4953b664277d6980bea9bb208960f13e1f0b415f
tree3869def0b57b359fc750748d5531c379300d0d4b
parentc56c985aaf760c1effc2933c5d46aae5bcca0bd6
iph: use default get_stats

This driver keeps stats in net_device stats therefore it
does not need to define it's own get_stats hook.

Also, use standard format for net_device_ops (without &).

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/ipheth.c