Skip to content

Commit 03e2080

Browse files
krzkbrgl
authored andcommitted
gpio: tps65218: 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 3846a36 commit 03e2080

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpio/gpio-tps65218.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,3 @@ module_platform_driver(tps65218_gpio_driver);
230230
MODULE_AUTHOR("Nicolas Saenz Julienne <[email protected]>");
231231
MODULE_DESCRIPTION("GPO interface for TPS65218 PMICs");
232232
MODULE_LICENSE("GPL v2");
233-
MODULE_ALIAS("platform:tps65218-gpio");

0 commit comments

Comments
 (0)