]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/core/net_namespace.c
Merge tag 'xtensa-next-20140721' of git://github.com/czankel/xtensa-linux
[karo-tx-linux.git] / net / core / net_namespace.c
index 7c8ffd97496175c60d3947019bfd138bb9746938..85b62691f4f2d18b9b39bc9c610d1916f8f09273 100644 (file)
@@ -273,7 +273,7 @@ static void cleanup_net(struct work_struct *work)
 {
        const struct pernet_operations *ops;
        struct net *net, *tmp;
-       LIST_HEAD(net_kill_list);
+       struct list_head net_kill_list;
        LIST_HEAD(net_exit_list);
 
        /* Atomically snapshot the list of namespaces to cleanup */