From: Geert Uytterhoeven Date: Tue, 10 May 2016 18:57:57 +0000 (+0200) Subject: regulator: da9063: Correct module alias prefix to fix module autoloading X-Git-Tag: android-x86-7.1-r1~1554^2^3 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ac40b441742b7af76fc04ecfd77c9e86c27d9e36;p=android-x86%2Fkernel.git regulator: da9063: Correct module alias prefix to fix module autoloading s/paltform/platform/ Signed-off-by: Geert Uytterhoeven Signed-off-by: Mark Brown --- 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); MODULE_AUTHOR("Krystian Garbaciak "); MODULE_DESCRIPTION("DA9063 regulators driver"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("paltform:" DA9063_DRVNAME_REGULATORS); +MODULE_ALIAS("platform:" DA9063_DRVNAME_REGULATORS);