parisc: rtc: Add missing module alias
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Thu, 19 Feb 2009 14:50:53 +0000 (15:50 +0100)
committerKyle McMartin <kyle@mcmartin.ca>
Thu, 2 Apr 2009 01:05:31 +0000 (01:05 +0000)
Make udev autoload the driver

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
drivers/rtc/rtc-parisc.c

index f4e871c..48ef5b4 100644 (file)
@@ -81,3 +81,4 @@ module_exit(parisc_rtc_fini);
 MODULE_AUTHOR("Kyle McMartin <kyle@mcmartin.ca>");
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("HP PA-RISC RTC driver");
+MODULE_ALIAS("platform:rtc-parisc");