diff options
author | Allan Stephens <allan.stephens@windriver.com> | 2011-11-08 13:18:59 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-02-24 17:05:17 -0500 |
commit | 077a26f029e76a5918edf9c1d44d5566eec719fc (patch) | |
tree | 2c63ca4a3f2a8d880c470b22a0ff9eb5e93f8464 /net/tipc/core.h | |
parent | bc9f8143ecf96c17a56635d2ef4c3c6b6ec27947 (diff) | |
download | blackbird-op-linux-077a26f029e76a5918edf9c1d44d5566eec719fc.tar.gz blackbird-op-linux-077a26f029e76a5918edf9c1d44d5566eec719fc.zip |
tipc: Eliminate obsolete support for "not running" mode
Removes all references to TIPC's "not running" mode, since the
removal of support for the native API means that there is no longer
any way to interact with TIPC if it has not been initialized.
The changes made consist of removing mode-based checks that are no
longer needed, along with any associated code lying on non-executable
control paths.
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index aefe1869572e..9842ec08dd5c 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h @@ -132,7 +132,7 @@ void tipc_msg_dbg(struct print_buf *, struct tipc_msg *, const char *); /* * TIPC operating mode routines */ -#define TIPC_NOT_RUNNING 0 + #define TIPC_NODE_MODE 1 #define TIPC_NET_MODE 2 |