diff options
author | Axel Lin <axel.lin@ingics.com> | 2016-02-25 14:40:50 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-26 10:36:54 +0900 |
commit | 4d92325125e437e46d9198fe7dc0ebdc792ea5e0 (patch) | |
tree | 8fd00d9de8efef819ff96560c8cab4f02cc2d04a /drivers/regulator/max77620-regulator.c | |
parent | aad76f743b040fe1b113691e92a2983b39c1f114 (diff) |
regulator: max77620: Remove duplicate module alias
The same alias is already in .id_table.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/max77620-regulator.c')
-rw-r--r-- | drivers/regulator/max77620-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/max77620-regulator.c b/drivers/regulator/max77620-regulator.c index 0eb5d18999e6..259e7e159c2f 100644 --- a/drivers/regulator/max77620-regulator.c +++ b/drivers/regulator/max77620-regulator.c @@ -801,5 +801,4 @@ module_platform_driver(max77620_regulator_driver); MODULE_DESCRIPTION("MAX77620/MAX20024 regulator driver"); MODULE_AUTHOR("Mallikarjun Kasoju <mkasoju@nvidia.com>"); MODULE_AUTHOR("Laxman Dewangan <ldewangan@nvidia.com>"); -MODULE_ALIAS("platform:max77620-pmic"); MODULE_LICENSE("GPL v2"); |