diff options
author | Krzysztof Kozlowski <[email protected]> | 2021-09-17 11:20:23 +0200 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2021-10-26 20:22:51 +0200 |
commit | bcc3e704f1b73f7f8674364f0bda6593bbc9fd2b (patch) | |
tree | 489b866a3601e6e19b67ded3c3377478f292d95a | |
parent | f31afb502c3151855df3ed40f5974c7884c10d14 (diff) |
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]>
-rw-r--r-- | drivers/watchdog/sbsa_gwdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/sbsa_gwdt.c b/drivers/watchdog/sbsa_gwdt.c index 6f4319bdbc50..9791c74aebd4 100644 --- a/drivers/watchdog/sbsa_gwdt.c +++ b/drivers/watchdog/sbsa_gwdt.c @@ -411,4 +411,3 @@ MODULE_AUTHOR("Suravee Suthikulpanit <[email protected]>"); MODULE_AUTHOR("Al Stone <[email protected]>"); MODULE_AUTHOR("Timur Tabi <[email protected]>"); MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("platform:" DRV_NAME); |