Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1342878
| From | Axel Lin <axel.lin@ingics.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] regulator: max77620: Remove duplicate module alias |
| Date | 2016-02-25 07:50 +0100 |
| Message-ID | <r5XUl-8jN-5@gated-at.bofh.it> (permalink) |
| References | <r5XKG-8ej-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The same alias is already in .id_table.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/regulator/max77620-regulator.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/regulator/max77620-regulator.c b/drivers/regulator/max77620-regulator.c
index 0eb5d18..259e7e1 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");
--
2.1.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/3] regulator: max77620: Remove unused fields Axel Lin <axel.lin@ingics.com> - 2016-02-25 07:40 +0100 [PATCH 3/3] regulator: max77620: Remove duplicate module alias Axel Lin <axel.lin@ingics.com> - 2016-02-25 07:50 +0100 [PATCH 2/3] regulator: max77620: Eliminate duplicate code Axel Lin <axel.lin@ingics.com> - 2016-02-25 07:50 +0100
csiph-web