aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
authorAllan Stephens <allan.stephens@windriver.com>2011-04-08 10:59:04 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-10 16:03:44 -0400
commit19f53d2cef97506364638c647a3aa11291819896 (patch)
treea9025d16417159d3a662ca1dd39af8a78a020c10 /net/tipc
parentcc4c4353f0ebde05992bf360f16ec92260811393 (diff)
downloadkernel_samsung_espresso10-19f53d2cef97506364638c647a3aa11291819896.tar.gz
kernel_samsung_espresso10-19f53d2cef97506364638c647a3aa11291819896.tar.bz2
kernel_samsung_espresso10-19f53d2cef97506364638c647a3aa11291819896.zip
tipc: Eliminate unused routing message definitions
Gets rid of unused constants defining the types used in routing messages. These messages no longer exist in TIPC now that multicluster and multizone support has been eliminated. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc')
-rw-r--r--net/tipc/msg.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h
index d098317a513..c5593ac3da9 100644
--- a/net/tipc/msg.h
+++ b/net/tipc/msg.h
@@ -741,15 +741,6 @@ static inline void msg_set_link_tolerance(struct tipc_msg *m, u32 n)
#define ORIGINAL_MSG 1
/*
- * Routing table message types
- */
-#define EXT_ROUTING_TABLE 0
-#define LOCAL_ROUTING_TABLE 1 /* obsoleted */
-#define SLAVE_ROUTING_TABLE 2
-#define ROUTE_ADDITION 3
-#define ROUTE_REMOVAL 4
-
-/*
* Config protocol message types
*/