sky2: convert to net_device_ops
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 20 Nov 2008 05:59:54 +0000 (21:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Nov 2008 06:42:44 +0000 (22:42 -0800)
commit1436b301ec2b184fc01dc29fa22d1fbac619b491
tree3f99df66c5d1e273231368e9c55ceac269a6eeac
parent651c24669316b955c3c7797bd535cdaa4533cb16
sky2: convert to net_device_ops

Convert to new network device ops interface. Slight additional complexity
here because the second port does not allow netpoll and therefore has
different virtual function table.

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