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)
commit8ef207d63f8ecc0eae41cded066dd0e0ee170edf
tree3869def0b57b359fc750748d5531c379300d0d4b
parentbff55273f98dea0ceb78e28eb69462fe5f72ef3d
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