tipc: Remove prototype code for supporting multiple zones
authorAllan Stephens <Allan.Stephens@windriver.com>
Fri, 31 Dec 2010 18:59:16 +0000 (18:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jan 2011 21:57:47 +0000 (13:57 -0800)
commit51f98a8d70583b18cb08b19353aeed5efb0244af
tree96253d3cb394202b442e65f4d169bbf49b94c327
parentaa6027cacdd912ce884953714fcc7392b6155bc6
tipc: Remove prototype code for supporting multiple zones

Eliminates routines, data structures, and files that were intended
to allows TIPC to support a network containing multiple zones.
Currently, TIPC supports only networks consisting of a single cluster
within a single zone, so this code is unnecessary.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
15 files changed:
include/linux/tipc_config.h
net/tipc/Kconfig
net/tipc/Makefile
net/tipc/addr.c
net/tipc/cluster.c
net/tipc/cluster.h
net/tipc/config.c
net/tipc/core.c
net/tipc/core.h
net/tipc/net.c
net/tipc/net.h
net/tipc/node.c
net/tipc/node.h
net/tipc/zone.c [deleted file]
net/tipc/zone.h [deleted file]