aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorGravatar Axel Lin <axel.lin@ingics.com> 2013-12-23 14:50:53 +0800
committerGravatar Mark Brown <broonie@linaro.org> 2013-12-23 11:58:37 +0000
commit9f45a3dd93a7276caaf3735bb3b9adb92f3358a0 (patch)
tree9f079edba72c85b6de34aef19c5e26d3a2bcef8e /drivers/regulator
parentregulator: max14577: Add regulator driver for Maxim 14577 (diff)
downloadlinux-9f45a3dd93a7276caaf3735bb3b9adb92f3358a0.tar.gz
linux-9f45a3dd93a7276caaf3735bb3b9adb92f3358a0.tar.bz2
linux-9f45a3dd93a7276caaf3735bb3b9adb92f3358a0.zip
regulator: max14577: Add module alias to support module auto-loading
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/max14577.c1
1 files changed, 1 insertions, 0 deletions
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 <k.kozlowski@samsung.com>");
MODULE_DESCRIPTION("MAXIM 14577 regulator driver");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:max14577-regulator");