[NET]: unregister_netdevice as void
authorStephen Hemminger <shemminger@osdl.org>
Wed, 7 Feb 2007 08:09:58 +0000 (00:09 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 8 Feb 2007 20:39:06 +0000 (12:39 -0800)
commit22f8cde5bc336fd19603bb8c4572b33d14f14f87
tree7a566269b9d294a1a90e8368a005e1b3fbc5e984
parentf48d5ff1e44562a0ee87ce8ea3b798ce9d84370d
[NET]: unregister_netdevice as void

There was no real useful information from the unregister_netdevice() return
code, the only error occurred in a situation that was a driver bug. So
change it to a void function.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c
net/ipv4/ip_gre.c
net/ipv4/ipip.c
net/ipv6/ip6_tunnel.c
net/ipv6/sit.c