tun: convert to net_device_ops
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 20 Nov 2008 06:10:37 +0000 (22:10 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Nov 2008 06:42:47 +0000 (22:42 -0800)
commit758e43b74c903ad368ceced31601ba5d96f31238
tree6942bc3aae54bd1d46067dc9462f8b0eb4dc9c77
parent48dfcde46ef23cfad1e0c0f13d4eae15c7f46efc
tun: convert to net_device_ops

Convert the TUN/TAP tunnel driver to net_device_ops.
Split the ops in two, and retain compatability.

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