From: Magnus Damm Date: Wed, 31 Jul 2013 19:02:42 +0000 (+0900) Subject: ARM: shmobile: Use default ->init_time() on Marzen DT ref X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3b2e2aa319a886ab15052b513813ced39503dfa7;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ARM: shmobile: Use default ->init_time() on Marzen DT ref Leave ->init_time() set to NULL to use the default ARM behaviour. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/board-marzen-reference.c b/arch/arm/mach-shmobile/board-marzen-reference.c index 480d882e42c7..a20b7ee652ea 100644 --- a/arch/arm/mach-shmobile/board-marzen-reference.c +++ b/arch/arm/mach-shmobile/board-marzen-reference.c @@ -70,6 +70,5 @@ DT_MACHINE_START(MARZEN, "marzen") .nr_irqs = NR_IRQS_LEGACY, .init_irq = r8a7779_init_irq_dt, .init_machine = marzen_init, - .init_time = shmobile_timer_init, .dt_compat = marzen_boards_compat_dt, MACHINE_END