OSDN Git Service

regulator: max14577: Remove redundant MODULE_ALIAS
authorAxel Lin <axel.lin@ingics.com>
Fri, 11 Jan 2019 02:58:22 +0000 (10:58 +0800)
committerMark 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

index bc7f475..85a88a9 100644 (file)
@@ -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");