[PATCH] rtc: Make rtc-ds1553 driver hotplug-aware (take 3)

2007-08-19 Thread Atsushi Nemoto
The rtc-ds1553 platform driver name doesn't match its module name, which might prevent it from properly hotplugging. This driver has no in-tree users. Signed-off-by: Atsushi Nemoto <[EMAIL PROTECTED]> --- The "take 2" of this patch was just a typo-fix ("1553" vs. "1742"). diff --git a/drivers/rt

Re: [PATCH] rtc: Make rtc-ds1553 driver hotplug-aware

2007-08-16 Thread Atsushi Nemoto
On Fri, 17 Aug 2007 01:14:50 +0900, Paul Mundt <[EMAIL PROTECTED]> wrote: > > +MODULE_ALIAS("ds1742"); > > Presumably this should be ds1553. Oh of course! Thanks. Subject: [PATCH] rtc: Make rtc-ds1553 driver hotplug-aware Add an MODULE_ALIAS() to make this p

Re: [PATCH] rtc: Make rtc-ds1553 driver hotplug-aware

2007-08-16 Thread Paul Mundt
On Fri, Aug 17, 2007 at 01:06:27AM +0900, Atsushi Nemoto wrote: > Add an MODULE_ALIAS() to make this platform driver hotplug-aware. > > Signed-off-by: Atsushi Nemoto <[EMAIL PROTECTED]> > --- > diff --git a/drivers/rtc/rtc-ds1553.c b/drivers/rtc/rtc-ds1553.c > index 46da571..e932024 100644 > --- a

[PATCH] rtc: Make rtc-ds1553 driver hotplug-aware

2007-08-16 Thread Atsushi Nemoto
Add an MODULE_ALIAS() to make this platform driver hotplug-aware. Signed-off-by: Atsushi Nemoto <[EMAIL PROTECTED]> --- 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 @@ M