lapb: use the shorter LIST_HEAD form for brevity
authorRobert P. J. Day <rpjday@crashcourse.ca>
Fri, 28 Mar 2008 23:16:39 +0000 (16:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Mar 2008 23:16:39 +0000 (16:16 -0700)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/lapbether.c

index fb37b80..824df3b 100644 (file)
@@ -58,7 +58,7 @@ struct lapbethdev {
        struct net_device_stats stats;          /* some statistics */
 };
 
-static struct list_head lapbeth_devices = LIST_HEAD_INIT(lapbeth_devices);
+static LIST_HEAD(lapbeth_devices);
 
 /* ------------------------------------------------------------------------ */