[POWERPC] Revert "[POWERPC] Enable generic rtc hook for the MPC8349 mITX"
authorKim Phillips <kim.phillips@freescale.com>
Tue, 21 Nov 2006 16:31:08 +0000 (10:31 -0600)
committerPaul Mackerras <paulus@samba.org>
Wed, 22 Nov 2006 01:13:36 +0000 (12:13 +1100)
This reverts commit a8ed4f7ec3aa472134d7de6176f823b2667e450b.

As advised by David Brownell:

http://marc.theaimsgroup.com/?l=linux-kernel&m=116387226902131&w=2

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 5446bab08eca6eba4a8354418f6b3baa5f1ba4e8..e2bcaaf6b329338ef48bfb1335709c5c9adbe6d7 100644 (file)
@@ -108,10 +108,6 @@ 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,