mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	EDAC/igen6: ecclog_llist can be static
Fixes: 10590a9d4f ("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>
			
			
This commit is contained in:
		
							parent
							
								
									41545aabff
								
							
						
					
					
						commit
						77429eebd9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 kernel test robot
						kernel test robot