mirror of https://gitee.com/openkylin/linux.git
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:
parent
aad76f743b
commit
4d92325125
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue