summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAllan Stephens <allan.stephens@windriver.com>2011-04-08 14:59:04 (GMT)
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-10 20:03:44 (GMT)
commit19f53d2cef97506364638c647a3aa11291819896 (patch)
treea9025d16417159d3a662ca1dd39af8a78a020c10 /net
parentcc4c4353f0ebde05992bf360f16ec92260811393 (diff)
downloadlinux-fsl-qoriq-19f53d2cef97506364638c647a3aa11291819896.tar.xz
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')
-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 d098317..c5593ac 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
*/