Skip to content

Commit

Permalink
[POWERPC] Revert "[POWERPC] Enable generic rtc hook for the MPC8349 m…
Browse files Browse the repository at this point in the history
…ITX"

This reverts commit a8ed4f7.

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>
  • Loading branch information
Kim Phillips authored and Paul Mackerras committed Nov 22, 2006
1 parent 3f5a6ca commit 6c12c18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/powerpc/platforms/83xx/mpc834x_itx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6c12c18

Please sign in to comment.