]> err.no Git - linux-2.6/commitdiff
[POWERPC] Enable generic rtc hook for the MPC8349 mITX
authorKim Phillips <kim.phillips@freescale.com>
Tue, 26 Sep 2006 22:46:51 +0000 (17:46 -0500)
committerPaul Mackerras <paulus@samba.org>
Mon, 2 Oct 2006 07:48:48 +0000 (17:48 +1000)
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/83xx/mpc834x_itx.c

index 969fbb6d8c46730b7e2da3b6912e44aa68c386ec..8c676d763bb0aecc1a47ab4ef8badba262a12707 100644 (file)
@@ -109,6 +109,10 @@ static int __init mpc834x_itx_probe(void)
        return 1;
 }
 
+#ifdef CONFIG_RTC_CLASS
+late_initcall(rtc_class_hookup);
+#endif
+
 define_machine(mpc834x_itx) {
        .name                   = "MPC834x ITX",
        .probe                  = mpc834x_itx_probe,