diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-12-23 01:50:53 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-23 06:58:37 -0500 |
commit | 9f45a3dd93a7276caaf3735bb3b9adb92f3358a0 (patch) | |
tree | 9f079edba72c85b6de34aef19c5e26d3a2bcef8e /drivers/regulator | |
parent | b0902bbeb7684f2cf8dd1c54fe2616cc2ab1b91d (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')
-rw-r--r-- | drivers/regulator/max14577.c | 1 |
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); | |||
270 | MODULE_AUTHOR("Krzysztof Kozlowski <k.kozlowski@samsung.com>"); | 270 | MODULE_AUTHOR("Krzysztof Kozlowski <k.kozlowski@samsung.com>"); |
271 | MODULE_DESCRIPTION("MAXIM 14577 regulator driver"); | 271 | MODULE_DESCRIPTION("MAXIM 14577 regulator driver"); |
272 | MODULE_LICENSE("GPL"); | 272 | MODULE_LICENSE("GPL"); |
273 | MODULE_ALIAS("platform:max14577-regulator"); | ||