diff options
| author | Kim Phillips <kim.phillips@freescale.com> | 2006-09-26 18:46:51 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2006-10-02 03:48:48 -0400 |
| commit | a8ed4f7ec3aa472134d7de6176f823b2667e450b (patch) | |
| tree | 1fa479ee785a0834c17bfbcc7877c249f0bac6d9 | |
| parent | 7a69af63e788a324d162201a0b23df41bcf158dd (diff) | |
[POWERPC] Enable generic rtc hook for the MPC8349 mITX
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
| -rw-r--r-- | arch/powerpc/platforms/83xx/mpc834x_itx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc834x_itx.c b/arch/powerpc/platforms/83xx/mpc834x_itx.c index 969fbb6d8c46..8c676d763bb0 100644 --- a/arch/powerpc/platforms/83xx/mpc834x_itx.c +++ b/arch/powerpc/platforms/83xx/mpc834x_itx.c | |||
| @@ -109,6 +109,10 @@ static int __init mpc834x_itx_probe(void) | |||
| 109 | return 1; | 109 | return 1; |
| 110 | } | 110 | } |
| 111 | 111 | ||
| 112 | #ifdef CONFIG_RTC_CLASS | ||
| 113 | late_initcall(rtc_class_hookup); | ||
| 114 | #endif | ||
| 115 | |||
| 112 | define_machine(mpc834x_itx) { | 116 | define_machine(mpc834x_itx) { |
| 113 | .name = "MPC834x ITX", | 117 | .name = "MPC834x ITX", |
| 114 | .probe = mpc834x_itx_probe, | 118 | .probe = mpc834x_itx_probe, |
