Gitweb: http://git.kernel.org/linus/8c534e95d595750d888a7aa8b6151f196d06c75b Commit: 8c534e95d595750d888a7aa8b6151f196d06c75b Parent: 2c83071ead8e2668de69e8659944599c887a12c7 Author: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> AuthorDate: Thu Feb 19 15:50:53 2009 +0100 Committer: Kyle McMartin <kyle@mcmartin.ca> CommitDate: Thu Apr 2 01:05:31 2009 +0000 parisc: rtc: Add missing module alias 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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/rtc/rtc-parisc.c b/drivers/rtc/rtc-parisc.c index f4e871c..48ef5b4 100644 --- a/drivers/rtc/rtc-parisc.c +++ b/drivers/rtc/rtc-parisc.c @@ -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"); -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
