X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Frtc%2Frtc-vr41xx.c;h=be9c70d0b193d2210ff3611728e1cafae133a961;hb=5bb7ff795fffc9418e3039cac77b42adcaae1a57;hp=ce2f78de7a80b9ce2285ad7c8d4fffb02179855e;hpb=2f41fc806434f8466bb361570589a3f6099ca65d;p=karo-tx-linux.git diff --git a/drivers/rtc/rtc-vr41xx.c b/drivers/rtc/rtc-vr41xx.c index ce2f78de7a80..be9c70d0b193 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),