X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fedac%2Fedac_mc.c;h=9cd778f920a4055becd5302913f44987e61626e5;hb=ff6ac2a616c85d1215899ffda815e29b699cbd3a;hp=063a1bffe38b026ba7005ee0b105a4e956baf6e9;hpb=94ee1cf5a88e12f5cbf8c0c78a6c18d3e043241e;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/edac/edac_mc.c b/drivers/edac/edac_mc.c index 063a1bffe38b..9cd778f920a4 100644 --- a/drivers/edac/edac_mc.c +++ b/drivers/edac/edac_mc.c @@ -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