From: Magnus Damm Date: Wed, 31 Jul 2013 19:02:33 +0000 (+0900) Subject: ARM: shmobile: Use default ->init_time() on APE6EVM DT ref X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=364185f3ceab16db80a4cf9f8022ae5684700723;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ARM: shmobile: Use default ->init_time() on APE6EVM 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-ape6evm-reference.c b/arch/arm/mach-shmobile/board-ape6evm-reference.c index 52cc5fa5563a..a23fa714f7ac 100644 --- a/arch/arm/mach-shmobile/board-ape6evm-reference.c +++ b/arch/arm/mach-shmobile/board-ape6evm-reference.c @@ -58,7 +58,6 @@ static const char *ape6evm_boards_compat_dt[] __initdata = { DT_MACHINE_START(APE6EVM_DT, "ape6evm") .init_early = r8a73a4_init_delay, - .init_time = shmobile_timer_init, .init_machine = ape6evm_add_standard_devices, .dt_compat = ape6evm_boards_compat_dt, MACHINE_END