projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6952d89
)
lapb: use the shorter LIST_HEAD form for brevity
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Fri, 28 Mar 2008 23:16:39 +0000
(16:16 -0700)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wan/lapbether.c
b/drivers/net/wan/lapbether.c
index fb37b809523150d2424710d7cdfdb5c1bff206e7..824df3b5ea4983a504b7eafedf2cfbea25ebda84 100644
(file)
--- a/
drivers/net/wan/lapbether.c
+++ b/
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);
/* ------------------------------------------------------------------------ */