net: rfkill: gpio: Enable module auto-loading for ACPI based switches
For the ACPI based switches the MODULE_DEVICE_TABLE is missing to export the entries for module auto-loading. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
		
					parent
					
						
							
								d21ccfd0a6
							
						
					
				
			
			
				commit
				
					
						dda3b191eb
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -163,6 +163,7 @@ static const struct acpi_device_id rfkill_acpi_match[] = { | ||||||
| 	{ "LNV4752", RFKILL_TYPE_GPS }, | 	{ "LNV4752", RFKILL_TYPE_GPS }, | ||||||
| 	{ }, | 	{ }, | ||||||
| }; | }; | ||||||
|  | MODULE_DEVICE_TABLE(acpi, rfkill_acpi_match); | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| static struct platform_driver rfkill_gpio_driver = { | static struct platform_driver rfkill_gpio_driver = { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Marcel Holtmann
				Marcel Holtmann