Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8ed4f7e authored by Kim Phillips's avatar Kim Phillips Committed by Paul Mackerras
Browse files

[POWERPC] Enable generic rtc hook for the MPC8349 mITX

parent 7a69af63
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -109,6 +109,10 @@ static int __init mpc834x_itx_probe(void)
	return 1;
	return 1;
}
}


#ifdef CONFIG_RTC_CLASS
late_initcall(rtc_class_hookup);
#endif

define_machine(mpc834x_itx) {
define_machine(mpc834x_itx) {
	.name			= "MPC834x ITX",
	.name			= "MPC834x ITX",
	.probe			= mpc834x_itx_probe,
	.probe			= mpc834x_itx_probe,