Skip to content

Commit bcc3e70

Browse files
krzkWim Van Sebroeck
authored andcommitted
watchdog: sbsa: 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]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent f31afb5 commit bcc3e70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/watchdog/sbsa_gwdt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,4 +411,3 @@ MODULE_AUTHOR("Suravee Suthikulpanit <[email protected]>");
411411
MODULE_AUTHOR("Al Stone <[email protected]>");
412412
MODULE_AUTHOR("Timur Tabi <[email protected]>");
413413
MODULE_LICENSE("GPL v2");
414-
MODULE_ALIAS("platform:" DRV_NAME);

0 commit comments

Comments
 (0)