mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 05:31:17 -04:00
[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>
This commit is contained in:
committed by
Paul Mackerras
parent
7a69af63e7
commit
a8ed4f7ec3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user