Skip to content

Commit 3846a36

Browse files
krzkbrgl
authored andcommitted
gpio: max77620: drop unneeded MODULE_ALIAS
The MODULE_DEVICE_TABLE already creates proper alias for platform driver. Having another MODULE_ALIAS causes the alias to be duplicated. Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent e24b9fc commit 3846a36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpio/gpio-max77620.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,5 +365,4 @@ module_platform_driver(max77620_gpio_driver);
365365
MODULE_DESCRIPTION("GPIO interface for MAX77620 and MAX20024 PMIC");
366366
MODULE_AUTHOR("Laxman Dewangan <[email protected]>");
367367
MODULE_AUTHOR("Chaitanya Bandi <[email protected]>");
368-
MODULE_ALIAS("platform:max77620-gpio");
369368
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)