aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaokun Zhang <[email protected]>2021-05-24 17:33:54 +0800
committerAlexandre Belloni <[email protected]>2021-05-25 00:39:58 +0200
commit37401019fe32b37c78b50163e4b4ffc2dbce4830 (patch)
treee0dd123a667316270ddc8bd3cd7bad477bab63d4
parent54b909436ede47e0ee07f1765da27ec2efa41e84 (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.c1
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");