diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-03-13 21:57:54 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-21 14:09:34 -0400 |
commit | c93474316d3a4bcdf23dde5d1b87577146dcec99 (patch) | |
tree | 2263efda882c21ba2753c37e51f70c6fd2099712 | |
parent | 462c9fc5cb1daa30ebcb50d3a5341af3e0941a42 (diff) |
regulator: bcm590xx: Make the modalias matches the driver name
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | drivers/regulator/bcm590xx-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/bcm590xx-regulator.c b/drivers/regulator/bcm590xx-regulator.c index e6b2e8e08c41..d12d6d62ffa7 100644 --- a/drivers/regulator/bcm590xx-regulator.c +++ b/drivers/regulator/bcm590xx-regulator.c | |||
@@ -410,4 +410,4 @@ module_platform_driver(bcm590xx_regulator_driver); | |||
410 | MODULE_AUTHOR("Matt Porter <mporter@linaro.org>"); | 410 | MODULE_AUTHOR("Matt Porter <mporter@linaro.org>"); |
411 | MODULE_DESCRIPTION("BCM590xx voltage regulator driver"); | 411 | MODULE_DESCRIPTION("BCM590xx voltage regulator driver"); |
412 | MODULE_LICENSE("GPL v2"); | 412 | MODULE_LICENSE("GPL v2"); |
413 | MODULE_ALIAS("platform:bcm590xx-regulator"); | 413 | MODULE_ALIAS("platform:bcm590xx-vregs"); |