The patch titled Subject: drivers/rtc/rtc-efi.c: add missing module alias has been added to the -mm tree. Its filename is rtc-efi-add-missing-module-alias.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/rtc-efi-add-missing-module-alias.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/rtc-efi-add-missing-module-alias.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Pali Rohár <pali.rohar@xxxxxxxxx> Subject: 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@xxxxxxxxx> Cc: dann frazier <dannf@xxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-efi.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/rtc/rtc-efi.c~rtc-efi-add-missing-module-alias drivers/rtc/rtc-efi.c --- a/drivers/rtc/rtc-efi.c~rtc-efi-add-missing-module-alias +++ a/drivers/rtc/rtc-efi.c @@ -232,6 +232,7 @@ static struct platform_driver efi_rtc_dr module_platform_driver_probe(efi_rtc_driver, efi_rtc_probe); +MODULE_ALIAS("platform:rtc-efi"); MODULE_AUTHOR("dann frazier <dannf@xxxxxx>"); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("EFI RTC driver"); _ Patches currently in -mm which might be from pali.rohar@xxxxxxxxx are rtc-efi-add-missing-module-alias.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html