regulator: rn5t618: fix module aliases
platform device aliases were missing, preventing
autoloading of module.
Fixes: 811b700630 ("regulator: rn5t618: add driver for Ricoh RN5T618 regulators")
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Link: https://lore.kernel.org/r/20191211221600.29438-1-andreas@kemnade.info
Signed-off-by: Mark Brown <broonie@kernel.org>
			
			
This commit is contained in:
		
							parent
							
								
									100a21100b
								
							
						
					
					
						commit
						62a1923cc8
					
				| @ -148,6 +148,7 @@ static struct platform_driver rn5t618_regulator_driver = { | ||||
| 
 | ||||
| module_platform_driver(rn5t618_regulator_driver); | ||||
| 
 | ||||
| MODULE_ALIAS("platform:rn5t618-regulator"); | ||||
| MODULE_AUTHOR("Beniamino Galvani <b.galvani@gmail.com>"); | ||||
| MODULE_DESCRIPTION("RN5T618 regulator driver"); | ||||
| MODULE_LICENSE("GPL v2"); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user