[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20070817.010623.79426490.anemo@mba.ocn.ne.jp>
Date: Fri, 17 Aug 2007 01:06:23 +0900 (JST)
From: Atsushi Nemoto <anemo@....ocn.ne.jp>
To: a.zummo@...ertech.it
Cc: linux-kernel@...r.kernel.org, rtc-linux@...glegroups.com,
dbrownell@...rs.sourceforge.net
Subject: [PATCH] rtc: Make rtc-rs5c348 driver hotplug-aware
Add an MODULE_ALIAS() to make this SPI driver hotplug-aware.
Signed-off-by: Atsushi Nemoto <anemo@....ocn.ne.jp>
---
diff --git a/drivers/rtc/rtc-rs5c348.c b/drivers/rtc/rtc-rs5c348.c
index f50f3fc..6091f4e 100644
--- a/drivers/rtc/rtc-rs5c348.c
+++ b/drivers/rtc/rtc-rs5c348.c
@@ -251,3 +251,4 @@ MODULE_AUTHOR("Atsushi Nemoto <anemo@....ocn.ne.jp>");
MODULE_DESCRIPTION("Ricoh RS5C348 RTC driver");
MODULE_LICENSE("GPL");
MODULE_VERSION(DRV_VERSION);
+MODULE_ALIAS("rs5c348");
-
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