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-Url: http://drtracing.org/?a=commitdiff_plain;h=9f45a3dd93a7276caaf3735bb3b9adb92f3358a0;p=deliverable%2Flinux.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 516e8af05641..b1078ba3f393 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");