From: Magnus Damm Date: Wed, 31 Jul 2013 19:02:51 +0000 (+0900) Subject: ARM: shmobile: Use default ->init_time() on KZM9G DT ref X-Git-Tag: v3.12-rc1~76^2~1^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6110210347fea5599223fba6ecce14f1683f510;p=thirdparty%2Fkernel%2Flinux.git ARM: shmobile: Use default ->init_time() on KZM9G 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-kzm9g-reference.c b/arch/arm/mach-shmobile/board-kzm9g-reference.c index 41092bb01ee54..4cf6babc4e028 100644 --- a/arch/arm/mach-shmobile/board-kzm9g-reference.c +++ b/arch/arm/mach-shmobile/board-kzm9g-reference.c @@ -99,6 +99,5 @@ DT_MACHINE_START(KZM9G_DT, "kzm9g-reference") .init_early = sh73a0_init_delay, .nr_irqs = NR_IRQS_LEGACY, .init_machine = kzm_init, - .init_time = shmobile_timer_init, .dt_compat = kzm9g_boards_compat_dt, MACHINE_END