]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ipip: convert to net_device_ops
authorStephen Hemminger <shemminger@vyatta.com>
Fri, 21 Nov 2008 04:33:21 +0000 (20:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Nov 2008 04:33:21 +0000 (20:33 -0800)
Convert to network device ops. Needed to change to directly call
the init routine since two sides share same ops.  In the process
found by inspection a device ref count leak if register_netdevice failed.

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

No differences found