From: Axel Lin Date: Mon, 23 Dec 2013 06:50:53 +0000 (+0800) Subject: regulator: max14577: Add module alias to support module auto-loading X-Git-Tag: v3.14-rc1~92^2~1^6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f45a3dd93a7276caaf3735bb3b9adb92f3358a0;p=platform%2Fkernel%2Flinux-exynos.git regulator: max14577: Add module alias to support module auto-loading Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/max14577.c b/drivers/regulator/max14577.c index 516e8af..b1078ba3 100644 --- a/drivers/regulator/max14577.c +++ b/drivers/regulator/max14577.c @@ -270,3 +270,4 @@ module_exit(max14577_regulator_exit); MODULE_AUTHOR("Krzysztof Kozlowski "); MODULE_DESCRIPTION("MAXIM 14577 regulator driver"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:max14577-regulator");