projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aad76f7
)
regulator: max77620: Remove duplicate module alias
author
Axel Lin
<axel.lin@ingics.com>
Thu, 25 Feb 2016 06:40:50 +0000
(14:40 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 26 Feb 2016 01:36:54 +0000
(10:36 +0900)
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>
drivers/regulator/max77620-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/max77620-regulator.c
b/drivers/regulator/max77620-regulator.c
index 0eb5d18999e64733fc15a05decbd8196bd7818aa..259e7e159c2fcb7770974a713ee79207fb938b76 100644
(file)
--- 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");