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>
This commit is contained in:
Axel Lin 2016-02-25 14:40:50 +08:00 committed by Mark Brown
parent aad76f743b
commit 4d92325125
1 changed files with 0 additions and 1 deletions

View File

@ -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");