Skip to content

Commit

Permalink
regulator: rn5t618: fix module aliases
Browse files Browse the repository at this point in the history
platform device aliases were missing, preventing
autoloading of module.

Fixes: 811b700 ("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>
  • Loading branch information
Andreas Kemnade authored and Mark Brown committed Dec 16, 2019
1 parent 100a211 commit 62a1923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/regulator/rn5t618-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 62a1923

Please sign in to comment.