]> Git Repo - linux.git/commitdiff
EDAC/igen6: ecclog_llist can be static
authorkernel test robot <[email protected]>
Mon, 23 Nov 2020 03:18:50 +0000 (11:18 +0800)
committerTony Luck <[email protected]>
Mon, 23 Nov 2020 18:11:08 +0000 (10:11 -0800)
Fixes: 10590a9d4f23 ("EDAC/igen6: Add EDAC driver for Intel client SoCs using IBECC")
Reported-by: kernel test robot <[email protected]>
Signed-off-by: kernel test robot <[email protected]>
Link: https://lore.kernel.org/r/20201123031850.GA20416@aef56166e5fc
Signed-off-by: Tony Luck <[email protected]>
drivers/edac/igen6_edac.c

index 6c0039e1171fd35ac96198442c37124eba194bfc..6be9986fc6bd22a7d8b5a051cad7d436023fa93e 100644 (file)
@@ -164,7 +164,7 @@ struct ecclog_node {
  * to EDAC core in a worker.
  */
 #define ECCLOG_POOL_SIZE       PAGE_SIZE
-LLIST_HEAD(ecclog_llist);
+static LLIST_HEAD(ecclog_llist);
 static struct gen_pool *ecclog_pool;
 static char ecclog_buf[ECCLOG_POOL_SIZE];
 static struct irq_work ecclog_irq_work;
This page took 0.059434 seconds and 4 git commands to generate.