diff options
Diffstat (limited to 'net/tipc/core.c')
-rw-r--r-- | net/tipc/core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/core.c b/net/tipc/core.c index b858f2003523..73e5eac20735 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c | |||
@@ -53,7 +53,6 @@ int tipc_random __read_mostly; | |||
53 | /* configurable TIPC parameters */ | 53 | /* configurable TIPC parameters */ |
54 | u32 tipc_own_addr __read_mostly; | 54 | u32 tipc_own_addr __read_mostly; |
55 | int tipc_max_ports __read_mostly; | 55 | int tipc_max_ports __read_mostly; |
56 | int tipc_max_subscriptions; | ||
57 | int tipc_max_publications; | 56 | int tipc_max_publications; |
58 | int tipc_net_id __read_mostly; | 57 | int tipc_net_id __read_mostly; |
59 | int tipc_remote_management __read_mostly; | 58 | int tipc_remote_management __read_mostly; |
@@ -157,7 +156,6 @@ static int __init tipc_init(void) | |||
157 | tipc_own_addr = 0; | 156 | tipc_own_addr = 0; |
158 | tipc_remote_management = 1; | 157 | tipc_remote_management = 1; |
159 | tipc_max_publications = 10000; | 158 | tipc_max_publications = 10000; |
160 | tipc_max_subscriptions = 2000; | ||
161 | tipc_max_ports = CONFIG_TIPC_PORTS; | 159 | tipc_max_ports = CONFIG_TIPC_PORTS; |
162 | tipc_net_id = 4711; | 160 | tipc_net_id = 4711; |
163 | 161 | ||