]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/x25/x25_link.c
PCI: fakephp: remove 'name' parameter
[linux-2.6-omap-h63xx.git] / net / x25 / x25_link.c
index 753f2b64abe24b255263ca8d78b796e760d2d600..e4e1b6e495386c6cb1673a9e29143e1681bea6f6 100644 (file)
@@ -30,7 +30,7 @@
 #include <linux/init.h>
 #include <net/x25.h>
 
-static struct list_head x25_neigh_list = LIST_HEAD_INIT(x25_neigh_list);
+static LIST_HEAD(x25_neigh_list);
 static DEFINE_RWLOCK(x25_neigh_list_lock);
 
 static void x25_t20timer_expiry(unsigned long);