projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54b9094
)
rtc: efi: Remove the repeated module alias
author
Shaokun Zhang
<zhangshaokun@hisilicon.com>
Mon, 24 May 2021 09:33:54 +0000
(17:33 +0800)
committer
Alexandre Belloni
<alexandre.belloni@bootlin.com>
Mon, 24 May 2021 22:39:58 +0000
(
00:39
+0200)
'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>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link:
https://lore.kernel.org/r/1621848834-20857-1-git-send-email-zhangshaokun@hisilicon.com
drivers/rtc/rtc-efi.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-efi.c
b/drivers/rtc/rtc-efi.c
index edb64debd173e1fdc53c301444485977bd9c71b8..138c5e0046c8dbcfe24a2a7bae295960d6f82941 100644
(file)
--- 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");