aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max14577-regulator.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2019-01-11 10:58:22 +0800
committerMark Brown <broonie@kernel.org>2019-01-14 11:46:13 +0000
commit67cc7ca316c4167cc5aca54b7f63a55de356d976 (patch)
tree361889c25ddde78afc120fc2f72f238f10432946 /drivers/regulator/max14577-regulator.c
parentregulator: pwm: No need to make a copy of regulator_ops per instance (diff)
downloadlinux-dev-67cc7ca316c4167cc5aca54b7f63a55de356d976.tar.xz
linux-dev-67cc7ca316c4167cc5aca54b7f63a55de356d976.zip
regulator: max14577: Remove redundant MODULE_ALIAS
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>
Diffstat (limited to 'drivers/regulator/max14577-regulator.c')
-rw-r--r--drivers/regulator/max14577-regulator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/max14577-regulator.c b/drivers/regulator/max14577-regulator.c
index bc7f4751bf9c..85a88a9e4d42 100644
--- 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");