]> err.no Git - linux-2.6/blobdiff - net/x25/x25_forward.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[linux-2.6] / net / x25 / x25_forward.c
index 34478035e05edd64131525b438eab2bedc55791c..056a55f3a8719f9bc6e7ff2336b16cc5e6994292 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/init.h>
 #include <net/x25.h>
 
-struct list_head x25_forward_list = LIST_HEAD_INIT(x25_forward_list);
+LIST_HEAD(x25_forward_list);
 DEFINE_RWLOCK(x25_forward_list_lock);
 
 int x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from,