diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-11-21 20:11:54 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-11-22 14:33:29 -0500 |
commit | 94fc9c4719f53264c7cce62ee558781fee7b7128 (patch) | |
tree | a554e029147bc05b42688e1b2d6fd9559f9b0b21 /net/tipc/core.c | |
parent | 4cb7d55ab4c4726c5d966d5a19e7b304345e74ca (diff) | |
download | linux-stable-94fc9c4719f53264c7cce62ee558781fee7b7128.tar.gz linux-stable-94fc9c4719f53264c7cce62ee558781fee7b7128.tar.bz2 linux-stable-94fc9c4719f53264c7cce62ee558781fee7b7128.zip |
tipc: delete TIPC_ADVANCED Kconfig variable
There used to be a time when TIPC had lots of Kconfig knobs the
end user could alter, but they have all been made automatic or
obsolete, with the exception of CONFIG_TIPC_PORTS. This
previously existing set of options was all hidden under the
TIPC_ADVANCED setting, which does not exist in any code, but
only in Kconfig scope.
Having this now, just to hide the one remaining "advanced"
option no longer makes sense. Remove it. Also get rid of the
ifdeffery in the TIPC code that allowed for TIPC_PORTS to be
possibly undefined.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc/core.c')
-rw-r--r-- | net/tipc/core.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/tipc/core.c b/net/tipc/core.c index bfe8af88469a..fc05cecd7481 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c @@ -42,11 +42,6 @@ #include <linux/module.h> -#ifndef CONFIG_TIPC_PORTS -#define CONFIG_TIPC_PORTS 8191 -#endif - - /* global variables used by multiple sub-systems within TIPC */ int tipc_random __read_mostly; |