regulator: rn5t618: fix module aliases
[ Upstream commit62a1923cc8] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
18932974d6
commit
b82c08e490
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,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…
Add table
Add a link
Reference in a new issue