kernel: can: fix MCP251x CAN controller module autoload
Fix autoload module name for can-mcp251x kmod. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
		 Tim Harvey
					Tim Harvey
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							461072fc7b
						
					
				
				
					commit
					29d02d8ce5
				
			| @@ -152,7 +152,7 @@ define KernelPackage/can-mcp251x | |||||||
| 	CONFIG_SPI=y \ | 	CONFIG_SPI=y \ | ||||||
| 	CONFIG_CAN_MCP251X | 	CONFIG_CAN_MCP251X | ||||||
|   FILES:=$(LINUX_DIR)/drivers/net/can/spi/mcp251x.ko |   FILES:=$(LINUX_DIR)/drivers/net/can/spi/mcp251x.ko | ||||||
|   AUTOLOAD:=$(call AutoProbe,can-mcp251x) |   AUTOLOAD:=$(call AutoProbe,mcp251x) | ||||||
|   $(call AddDepends/can) |   $(call AddDepends/can) | ||||||
| endef | endef | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user