[PATCH] uml: use LIST_HEAD where possible
[firefly-linux-kernel-4.4.55.git] / arch / um / drivers / mconsole_kern.c
index b4dbd102da0ee779cfbbe42c5f87a28872622f2e..a5a683d6fc5cbe1c0e6b610910b48dc90728d105 100644 (file)
@@ -371,7 +371,7 @@ struct unplugged_pages {
 
 static DECLARE_MUTEX(plug_mem_mutex);
 static unsigned long long unplugged_pages_count = 0;
-static struct list_head unplugged_pages = LIST_HEAD_INIT(unplugged_pages);
+static LIST_HEAD(unplugged_pages);
 static int unplug_index = UNPLUGGED_PER_PAGE;
 
 static int mem_config(char *str, char **error_out)