Commit 451ff6d40929c0d63e4fd22145160953b81a7dd2

Authored by Pali Rohár
Committed by Linus Torvalds
1 parent d4a5fca592

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

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

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Cc: dann frazier <dannf@dannf.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/rtc/rtc-efi.c
... ... @@ -232,6 +232,7 @@
232 232  
233 233 module_platform_driver_probe(efi_rtc_driver, efi_rtc_probe);
234 234  
  235 +MODULE_ALIAS("platform:rtc-efi");
235 236 MODULE_AUTHOR("dann frazier <dannf@hp.com>");
236 237 MODULE_LICENSE("GPL");
237 238 MODULE_DESCRIPTION("EFI RTC driver");