diff mbox series

rtc: efi: Remove the repeated module alias

Message ID 1621848834-20857-1-git-send-email-zhangshaokun@hisilicon.com
State Accepted
Headers show
Series rtc: efi: Remove the repeated module alias | expand

Commit Message

Shaokun Zhang May 24, 2021, 9:33 a.m. UTC
'MODULE_ALIAS' is declared twice, cleanup one.

Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com> 
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
---
 drivers/rtc/rtc-efi.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Alexandre Belloni May 24, 2021, 10:40 p.m. UTC | #1
On Mon, 24 May 2021 17:33:54 +0800, Shaokun Zhang wrote:
> 'MODULE_ALIAS' is declared twice, cleanup one.

Applied, thanks!

[1/1] rtc: efi: Remove the repeated module alias
      commit: 37401019fe32b37c78b50163e4b4ffc2dbce4830

Best regards,
diff mbox series

Patch

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 <dannf@dannf.org>");
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("EFI RTC driver");