diff options
author | Axel Lin <axel.lin@ingics.com> | 2012-11-23 23:47:16 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-24 18:50:35 +0100 |
commit | d95420b8602c7302cd19881cda23c61e456e2294 (patch) | |
tree | 4114777bd48ee4bdd9d80108433c9062de17f6b7 /drivers/regulator/tps65090-regulator.c | |
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/tps65090-regulator.c')
-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); MODULE_DESCRIPTION("tps65090 regulator driver"); MODULE_AUTHOR("Venu Byravarasu <vbyravarasu@nvidia.com>"); MODULE_LICENSE("GPL v2"); +MODULE_ALIAS("platform:tps65090-pmic"); |