public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtc: Make rtc-ds1553 driver hotplug-aware
@ 2007-08-16 16:06 Atsushi Nemoto
  2007-08-16 16:14 ` Paul Mundt
  0 siblings, 1 reply; 3+ messages in thread
From: Atsushi Nemoto @ 2007-08-16 16:06 UTC (permalink / raw)
  To: a.zummo; +Cc: linux-kernel, rtc-linux, dbrownell

Add an MODULE_ALIAS() to make this platform driver hotplug-aware.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
---
diff --git a/drivers/rtc/rtc-ds1553.c b/drivers/rtc/rtc-ds1553.c
index 46da571..e932024 100644
--- a/drivers/rtc/rtc-ds1553.c
+++ b/drivers/rtc/rtc-ds1553.c
@@ -417,3 +417,4 @@ MODULE_AUTHOR("Atsushi Nemoto <anemo@mba.ocn.ne.jp>");
 MODULE_DESCRIPTION("Dallas DS1553 RTC driver");
 MODULE_LICENSE("GPL");
 MODULE_VERSION(DRV_VERSION);
+MODULE_ALIAS("ds1742");

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-17  1:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-16 16:06 [PATCH] rtc: Make rtc-ds1553 driver hotplug-aware Atsushi Nemoto
2007-08-16 16:14 ` Paul Mundt
2007-08-17  1:16   ` Atsushi Nemoto

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