projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
638aef7
)
regulator: max14577: Remove redundant MODULE_ALIAS
author
Axel Lin
<axel.lin@ingics.com>
Fri, 11 Jan 2019 02:58:22 +0000
(10:58 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 14 Jan 2019 11:46:13 +0000
(11:46 +0000)
The modalias is set by the MODULE_DEVICE_TABLE, thus remove redundant
MODULE_ALIAS.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max14577-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/max14577-regulator.c
b/drivers/regulator/max14577-regulator.c
index bc7f4751bf9ca0a5eca167029187f2fdb2280c7e..85a88a9e4d427c0c383001267875ba0996d0e8bd 100644
(file)
--- a/
drivers/regulator/max14577-regulator.c
+++ b/
drivers/regulator/max14577-regulator.c
@@
-324,4
+324,3
@@
module_exit(max14577_regulator_exit);
MODULE_AUTHOR("Krzysztof Kozlowski <krzk@kernel.org>");
MODULE_DESCRIPTION("Maxim 14577/77836 regulator driver");
MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:max14577-regulator");