diff options
author | Shaokun Zhang <[email protected]> | 2021-05-24 17:33:54 +0800 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2021-05-25 00:39:58 +0200 |
commit | 37401019fe32b37c78b50163e4b4ffc2dbce4830 (patch) | |
tree | e0dd123a667316270ddc8bd3cd7bad477bab63d4 | |
parent | 54b909436ede47e0ee07f1765da27ec2efa41e84 (diff) |
rtc: efi: Remove the repeated module alias
'MODULE_ALIAS' is declared twice, cleanup one.
Cc: Alessandro Zummo <[email protected]>
Cc: Alexandre Belloni <[email protected]>
Signed-off-by: Shaokun Zhang <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | drivers/rtc/rtc-efi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-efi.c b/drivers/rtc/rtc-efi.c index edb64debd173..138c5e0046c8 100644 --- a/drivers/rtc/rtc-efi.c +++ b/drivers/rtc/rtc-efi.c @@ -280,7 +280,6 @@ static struct platform_driver efi_rtc_driver = { module_platform_driver_probe(efi_rtc_driver, efi_rtc_probe); -MODULE_ALIAS("platform:rtc-efi"); MODULE_AUTHOR("dann frazier <[email protected]>"); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("EFI RTC driver"); |