Skip to content

Commit

Permalink
drivers/rtc/rtc-efi.c: add missing module alias
Browse files Browse the repository at this point in the history
Without proper alias kernel module is not loaded for rtc-efi driver.

Signed-off-by: Pali Rohár <[email protected]>
Cc: dann frazier <[email protected]>
Cc: Alessandro Zummo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
pali authored and torvalds committed Sep 26, 2014
1 parent d4a5fca commit 451ff6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/rtc/rtc-efi.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ 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");

0 comments on commit 451ff6d

Please sign in to comment.