diff options
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7791.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7791.c b/arch/arm/mach-shmobile/setup-r8a7791.c index f554cda4a96a..9e16b1daba59 100644 --- a/arch/arm/mach-shmobile/setup-r8a7791.c +++ b/arch/arm/mach-shmobile/setup-r8a7791.c | |||
@@ -217,6 +217,7 @@ DT_MACHINE_START(R8A7791_DT, "Generic R8A7791 (Flattened Device Tree)") | |||
217 | .smp = smp_ops(r8a7791_smp_ops), | 217 | .smp = smp_ops(r8a7791_smp_ops), |
218 | .init_early = shmobile_init_delay, | 218 | .init_early = shmobile_init_delay, |
219 | .init_time = rcar_gen2_timer_init, | 219 | .init_time = rcar_gen2_timer_init, |
220 | .init_late = shmobile_init_late, | ||
220 | .dt_compat = r8a7791_boards_compat_dt, | 221 | .dt_compat = r8a7791_boards_compat_dt, |
221 | MACHINE_END | 222 | MACHINE_END |
222 | #endif /* CONFIG_USE_OF */ | 223 | #endif /* CONFIG_USE_OF */ |