X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=drivers%2Frtc%2Frtc-vr41xx.c;h=be9c70d0b193d2210ff3611728e1cafae133a961;hb=92794a5d6359f9e8ed0d43fe0f3c653f748dcc90;hp=ce2f78de7a80b9ce2285ad7c8d4fffb02179855e;hpb=57399ec9077a4b962b81037aaa279fab52f5e989;p=linux-2.6-omap-h63xx.git diff --git a/drivers/rtc/rtc-vr41xx.c b/drivers/rtc/rtc-vr41xx.c index ce2f78de7a8..be9c70d0b19 100644 --- a/drivers/rtc/rtc-vr41xx.c +++ b/drivers/rtc/rtc-vr41xx.c @@ -422,6 +422,9 @@ static int __devexit rtc_remove(struct platform_device *pdev) return 0; } +/* work with hotplug and coldplug */ +MODULE_ALIAS("platform:RTC"); + static struct platform_driver rtc_platform_driver = { .probe = rtc_probe, .remove = __devexit_p(rtc_remove),