edac: use the shorter LIST_HEAD for brevity

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Doug Thompson <norsk5@yahoo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Robert P. J. Day
2008-04-29 01:03:17 -07:00
committed by Linus Torvalds
parent 94ee1cf5a8
commit ff6ac2a616
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
/* lock to memory controller's control array */
static DEFINE_MUTEX(mem_ctls_mutex);
static struct list_head mc_devices = LIST_HEAD_INIT(mc_devices);
static LIST_HEAD(mc_devices);
#ifdef CONFIG_EDAC_DEBUG