[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200803282137.m2SLbV8H011632@imap1.linux-foundation.org>
Date: Fri, 28 Mar 2008 14:37:31 -0700
From: akpm@...ux-foundation.org
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, akpm@...ux-foundation.org,
rpjday@...shcourse.ca
Subject: [patch 3/4] lapb: use the shorter LIST_HEAD form for brevity
From: "Robert P. J. Day" <rpjday@...shcourse.ca>
Signed-off-by: Robert P. J. Day <rpjday@...shcourse.ca>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
drivers/net/wan/lapbether.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/net/wan/lapbether.c~lapb-use-the-shorter-list_head-form-for-brevity drivers/net/wan/lapbether.c
--- a/drivers/net/wan/lapbether.c~lapb-use-the-shorter-list_head-form-for-brevity
+++ a/drivers/net/wan/lapbether.c
@@ -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);
/* ------------------------------------------------------------------------ */
_
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists