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)
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>

No differences found