diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-07-29 12:19:29 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-29 06:52:14 +0100 |
commit | 40839bff8b2c4ae844225e0579fd8b7f1452e0ae (patch) | |
tree | e35b5bf44219b665b56b0702a81252b7fbb1f322 /drivers/regulator/pfuze100-regulator.c | |
parent | 8c86ab257d45badfccc18158f38f833c3d49fe8c (diff) | |
download | blackbird-obmc-linux-40839bff8b2c4ae844225e0579fd8b7f1452e0ae.tar.gz blackbird-obmc-linux-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.c | 2 |
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"); |