diff --git a/[refs] b/[refs] index 7f7407dbeb26..6714c76846c5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b05b7d9563f11bf3d7b7f3f53cd74cbfab107355 +refs/heads/master: 8379d07031e59a5d72bc73a6060c4d63aac956ce diff --git a/trunk/net/tipc/net.c b/trunk/net/tipc/net.c index 79ce8fa2b77a..d7cd1e064a80 100644 --- a/trunk/net/tipc/net.c +++ b/trunk/net/tipc/net.c @@ -116,7 +116,7 @@ */ DEFINE_RWLOCK(tipc_net_lock); -struct _zone *tipc_zones[256] = { NULL, }; +static struct _zone *tipc_zones[256] = { NULL, }; struct network tipc_net = { tipc_zones }; struct tipc_node *tipc_net_select_remote_node(u32 addr, u32 ref)