aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/pfuze100-regulator.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-07-29 12:19:29 +0800
committerMark Brown <broonie@linaro.org>2013-07-29 06:52:14 +0100
commit40839bff8b2c4ae844225e0579fd8b7f1452e0ae (patch)
treee35b5bf44219b665b56b0702a81252b7fbb1f322 /drivers/regulator/pfuze100-regulator.c
parentregulator: pfuze100: Use i2c_[set|get]_clientdata (diff)
downloadlinux-dev-40839bff8b2c4ae844225e0579fd8b7f1452e0ae.tar.xz
linux-dev-40839bff8b2c4ae844225e0579fd8b7f1452e0ae.zip
regulator: pfuze100: Fix module alias prefix
i2c drivers use "i2c:" prefix for module alias. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator/pfuze100-regulator.c')
-rw-r--r--drivers/regulator/pfuze100-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c
index 471208782b03..6eb5586e6fa4 100644
--- a/drivers/regulator/pfuze100-regulator.c
+++ b/drivers/regulator/pfuze100-regulator.c
@@ -452,4 +452,4 @@ module_i2c_driver(pfuze_driver);
MODULE_AUTHOR("Robin Gong <b38343@freescale.com>");
MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("pfuze100-regulator");
+MODULE_ALIAS("i2c:pfuze100-regulator");