[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1411395225-11159-1-git-send-email-pali.rohar@gmail.com>
Date: Mon, 22 Sep 2014 16:13:45 +0200
From: Pali Rohár <pali.rohar@...il.com>
To: dann frazier <dannf@...com>,
Alessandro Zummo <a.zummo@...ertech.it>
Cc: rtc-linux@...glegroups.com, linux-kernel@...r.kernel.org,
Pali Rohár <pali.rohar@...il.com>
Subject: [PATCH] rtc-efi: Add missing module alias
Without proper alias kernel module is not loaded for rtc-efi driver
Signed-off-by: Pali Rohár <pali.rohar@...il.com>
---
drivers/rtc/rtc-efi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/rtc/rtc-efi.c b/drivers/rtc/rtc-efi.c
index 8225b89..c384fec 100644
--- a/drivers/rtc/rtc-efi.c
+++ b/drivers/rtc/rtc-efi.c
@@ -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 <dannf@...com>");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("EFI RTC driver");
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists