summaryrefslogtreecommitdiff
path: root/drivers/regulator/max14577.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-12-23 14:50:53 +0800
committerMark Brown <broonie@linaro.org>2013-12-23 11:58:37 +0000
commit9f45a3dd93a7276caaf3735bb3b9adb92f3358a0 (patch)
tree9f079edba72c85b6de34aef19c5e26d3a2bcef8e /drivers/regulator/max14577.c
parentb0902bbeb7684f2cf8dd1c54fe2616cc2ab1b91d (diff)
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/max14577.c')
-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");