diff options
author | Axel Lin <axel.lin@ingics.com> | 2012-11-23 10:47:16 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-24 12:50:35 -0500 |
commit | d95420b8602c7302cd19881cda23c61e456e2294 (patch) | |
tree | 4114777bd48ee4bdd9d80108433c9062de17f6b7 /drivers/regulator | |
parent | f329b1755b475f64f0472cda1ae9602e092f6f05 (diff) |
regulator: tps65090: Add MODULE_ALIAS
This driver can be built as a module, add MODULE_ALIAS for it.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/tps65090-regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/tps65090-regulator.c b/drivers/regulator/tps65090-regulator.c index 412413838e12..1ef8eb6e60c4 100644 --- a/drivers/regulator/tps65090-regulator.c +++ b/drivers/regulator/tps65090-regulator.c | |||
@@ -269,3 +269,4 @@ module_exit(tps65090_regulator_exit); | |||
269 | MODULE_DESCRIPTION("tps65090 regulator driver"); | 269 | MODULE_DESCRIPTION("tps65090 regulator driver"); |
270 | MODULE_AUTHOR("Venu Byravarasu <vbyravarasu@nvidia.com>"); | 270 | MODULE_AUTHOR("Venu Byravarasu <vbyravarasu@nvidia.com>"); |
271 | MODULE_LICENSE("GPL v2"); | 271 | MODULE_LICENSE("GPL v2"); |
272 | MODULE_ALIAS("platform:tps65090-pmic"); | ||