Skip to content

Commit

Permalink
[POWERPC] Enable generic rtc hook for the MPC8349 mITX
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Kim Phillips authored and Paul Mackerras committed Oct 2, 2006
1 parent 7a69af6 commit a8ed4f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/powerpc/platforms/83xx/mpc834x_itx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a8ed4f7

Please sign in to comment.