net: delete all instances of special processing for token ring
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 10 May 2012 21:14:35 +0000 (17:14 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 16 May 2012 00:14:35 +0000 (20:14 -0400)
commit211ed865108e24697b44bee5daac502ee6bdd4a4
tree2a902c914f96298f265ef52cba5e463c5c8dea32
parent60eea6cf2964beea6c38d9050bc3823a93db97e0
net: delete all instances of special processing for token ring

We are going to delete the Token ring support.  This removes any
special processing in the core networking for token ring, (aside
from net/tr.c itself), leaving the drivers and remaining tokenring
support present but inert.

The mass removal of the drivers and net/tr.c will be in a separate
commit, so that the history of these files that we still care
about won't have the giant deletion tied into their history.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18 files changed:
include/linux/if_arp.h
include/linux/ipx.h
include/net/if_inet6.h
include/net/ip.h
include/net/llc_pdu.h
net/802/p8022.c
net/802/tr.c
net/core/dev.c
net/ipv4/Kconfig
net/ipv4/arp.c
net/ipv4/ipconfig.c
net/ipv6/addrconf.c
net/ipv6/ndisc.c
net/ipx/af_ipx.c
net/llc/af_llc.c
net/llc/llc_output.c
net/llc/llc_sap.c
net/sysctl_net.c