diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-05-10 14:57:57 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-10 15:00:49 -0400 |
commit | ac40b441742b7af76fc04ecfd77c9e86c27d9e36 (patch) | |
tree | 8287c89345611333d42ba99b0d598a366f6117d4 | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) |
regulator: da9063: Correct module alias prefix to fix module autoloading
s/paltform/platform/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | drivers/regulator/da9063-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/da9063-regulator.c b/drivers/regulator/da9063-regulator.c index ed9e7e96f877..c6af343f54ea 100644 --- a/drivers/regulator/da9063-regulator.c +++ b/drivers/regulator/da9063-regulator.c | |||
@@ -900,4 +900,4 @@ module_exit(da9063_regulator_cleanup); | |||
900 | MODULE_AUTHOR("Krystian Garbaciak <krystian.garbaciak@diasemi.com>"); | 900 | MODULE_AUTHOR("Krystian Garbaciak <krystian.garbaciak@diasemi.com>"); |
901 | MODULE_DESCRIPTION("DA9063 regulators driver"); | 901 | MODULE_DESCRIPTION("DA9063 regulators driver"); |
902 | MODULE_LICENSE("GPL"); | 902 | MODULE_LICENSE("GPL"); |
903 | MODULE_ALIAS("paltform:" DA9063_DRVNAME_REGULATORS); | 903 | MODULE_ALIAS("platform:" DA9063_DRVNAME_REGULATORS); |