mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	atmel_lcdfb: fix module autoload
Add missing module device table which is needed for module autoloading. Signed-off-by: Johan Hovold <jhovold@gmail.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
		
							parent
							
								
									974dbcfcca
								
							
						
					
					
						commit
						5a0973f33b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -131,6 +131,7 @@ static const struct platform_device_id atmel_lcdfb_devtypes[] = {
 | 
			
		|||
		/* terminator */
 | 
			
		||||
	}
 | 
			
		||||
};
 | 
			
		||||
MODULE_DEVICE_TABLE(platform, atmel_lcdfb_devtypes);
 | 
			
		||||
 | 
			
		||||
static struct atmel_lcdfb_config *
 | 
			
		||||
atmel_lcdfb_get_config(struct platform_device *pdev)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue