Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 451ff6d4 authored by Pali Rohár's avatar Pali Rohár Committed by Linus Torvalds
Browse files

drivers/rtc/rtc-efi.c: add missing module alias



Without proper alias kernel module is not loaded for rtc-efi driver.

Signed-off-by: default avatarPali Rohár <pali.rohar@gmail.com>
Cc: dann frazier <dannf@dannf.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d4a5fca5
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -232,6 +232,7 @@ static struct platform_driver efi_rtc_driver = {


module_platform_driver_probe(efi_rtc_driver, efi_rtc_probe);
module_platform_driver_probe(efi_rtc_driver, efi_rtc_probe);


MODULE_ALIAS("platform:rtc-efi");
MODULE_AUTHOR("dann frazier <dannf@hp.com>");
MODULE_AUTHOR("dann frazier <dannf@hp.com>");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("EFI RTC driver");
MODULE_DESCRIPTION("EFI RTC driver");