mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] rtc-efi: Add missing module alias
@ 2014-09-22 14:13 Pali Rohár
  0 siblings, 0 replies; only message in thread
From: Pali Rohár @ 2014-09-22 14:13 UTC (permalink / raw)
  To: dann frazier, Alessandro Zummo; +Cc: rtc-linux, linux-kernel, Pali Rohár

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

Signed-off-by: Pali Rohár <pali.rohar@gmail.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@hp.com>");
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("EFI RTC driver");
-- 
1.7.9.5


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-22 14:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-22 14:13 [PATCH] rtc-efi: Add missing module alias Pali Rohár

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®