Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

EDAC/igen6: ecclog_llist can be static

Fixes: 10590a9d4f23 ("EDAC/igen6: Add EDAC driver for Intel client SoCs using IBECC")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20201123031850.GA20416@aef56166e5fc
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by

kernel test robot and committed by
Tony Luck
77429eeb 41545aab

+1 -1
+1 -1
drivers/edac/igen6_edac.c
··· 164 164 * to EDAC core in a worker. 165 165 */ 166 166 #define ECCLOG_POOL_SIZE PAGE_SIZE 167 - LLIST_HEAD(ecclog_llist); 167 + static LLIST_HEAD(ecclog_llist); 168 168 static struct gen_pool *ecclog_pool; 169 169 static char ecclog_buf[ECCLOG_POOL_SIZE]; 170 170 static struct irq_work ecclog_irq_work;