aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8907-regulator.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-08-25 14:56:48 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-08-28 11:00:30 -0700
commitd154f0a61760c55dd5351e01893ffaf7b62a8eb8 (patch)
tree75d56c8444d214f38def091c07ca2fd6ba3b9569 /drivers/regulator/max8907-regulator.c
parentregulator: max8907: fix use of possibly NULL idata (diff)
downloadlinux-dev-d154f0a61760c55dd5351e01893ffaf7b62a8eb8.tar.xz
linux-dev-d154f0a61760c55dd5351e01893ffaf7b62a8eb8.zip
regulator: max8907: Add MODULE_ALIAS
This driver can be built as a module, add MODULE_ALIAS for it. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/max8907-regulator.c')
-rw-r--r--drivers/regulator/max8907-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/max8907-regulator.c b/drivers/regulator/max8907-regulator.c
index e97af8ef3aea..af7607515ab9 100644
--- a/drivers/regulator/max8907-regulator.c
+++ b/drivers/regulator/max8907-regulator.c
@@ -405,3 +405,4 @@ module_exit(max8907_reg_exit);
MODULE_DESCRIPTION("MAX8907 regulator driver");
MODULE_AUTHOR("Gyungoh Yoo <jack.yoo@maxim-ic.com>");
MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:max8907-regulator");