diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-14 17:44:56 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-04 12:27:55 +0100 |
commit | ad9c5ffea8de1d989e205650bb46111b37498cf3 (patch) | |
tree | 28e6fbb6c21f122ec144976b95e123f04f2708aa /drivers/regulator/aat2870-regulator.c | |
parent | 6ffc3270210efa2bea526953a142ffc908f5bd86 (diff) | |
download | linux-stable-ad9c5ffea8de1d989e205650bb46111b37498cf3.tar.gz linux-stable-ad9c5ffea8de1d989e205650bb46111b37498cf3.tar.bz2 linux-stable-ad9c5ffea8de1d989e205650bb46111b37498cf3.zip |
regulator: aat2870: Add MODULE_ALIAS
Not that it's ever likely to get used.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jin Park <jinyoungp@nvidia.com>
Diffstat (limited to 'drivers/regulator/aat2870-regulator.c')
-rw-r--r-- | drivers/regulator/aat2870-regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/aat2870-regulator.c b/drivers/regulator/aat2870-regulator.c index 9ed5c5d84e12..7cc380e950f6 100644 --- a/drivers/regulator/aat2870-regulator.c +++ b/drivers/regulator/aat2870-regulator.c @@ -231,3 +231,4 @@ module_exit(aat2870_regulator_exit); MODULE_DESCRIPTION("AnalogicTech AAT2870 Regulator"); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Jin Park <jinyoungp@nvidia.com>"); +MODULE_ALIAS("platform:aat2870-regulator"); |