--- zzzz-none-000/linux-2.6.19.2/arch/powerpc/platforms/83xx/mpc834x_itx.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/arch/powerpc/platforms/83xx/mpc834x_itx.c 2007-01-11 07:38:19.000000000 +0000 @@ -108,6 +108,10 @@ return 1; } +#ifdef CONFIG_RTC_CLASS +late_initcall(rtc_class_hookup); +#endif + define_machine(mpc834x_itx) { .name = "MPC834x ITX", .probe = mpc834x_itx_probe,