diff options
Diffstat (limited to 'net/tipc/core.c')
-rw-r--r-- | net/tipc/core.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/tipc/core.c b/net/tipc/core.c index 2da1fc75ad65..c9a73e7763f6 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c | |||
@@ -41,10 +41,6 @@ | |||
41 | #include "config.h" | 41 | #include "config.h" |
42 | 42 | ||
43 | 43 | ||
44 | #ifndef CONFIG_TIPC_NODES | ||
45 | #define CONFIG_TIPC_NODES 255 | ||
46 | #endif | ||
47 | |||
48 | #ifndef CONFIG_TIPC_PORTS | 44 | #ifndef CONFIG_TIPC_PORTS |
49 | #define CONFIG_TIPC_PORTS 8191 | 45 | #define CONFIG_TIPC_PORTS 8191 |
50 | #endif | 46 | #endif |
@@ -64,7 +60,6 @@ const char tipc_alphabet[] = | |||
64 | /* configurable TIPC parameters */ | 60 | /* configurable TIPC parameters */ |
65 | 61 | ||
66 | u32 tipc_own_addr; | 62 | u32 tipc_own_addr; |
67 | int tipc_max_nodes; | ||
68 | int tipc_max_ports; | 63 | int tipc_max_ports; |
69 | int tipc_max_subscriptions; | 64 | int tipc_max_subscriptions; |
70 | int tipc_max_publications; | 65 | int tipc_max_publications; |
@@ -192,7 +187,6 @@ static int __init tipc_init(void) | |||
192 | tipc_max_publications = 10000; | 187 | tipc_max_publications = 10000; |
193 | tipc_max_subscriptions = 2000; | 188 | tipc_max_subscriptions = 2000; |
194 | tipc_max_ports = CONFIG_TIPC_PORTS; | 189 | tipc_max_ports = CONFIG_TIPC_PORTS; |
195 | tipc_max_nodes = CONFIG_TIPC_NODES; | ||
196 | tipc_net_id = 4711; | 190 | tipc_net_id = 4711; |
197 | 191 | ||
198 | res = tipc_core_start(); | 192 | res = tipc_core_start(); |