Browse Source

ARM: shmobile: Use default ->init_time() on Armadillo DT ref

Leave ->init_time() set to NULL to use the default ARM behaviour.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Magnus Damm 12 years ago
parent
commit
70ce77f77e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/arm/mach-shmobile/board-armadillo800eva-reference.c

+ 0 - 1
arch/arm/mach-shmobile/board-armadillo800eva-reference.c

@@ -206,7 +206,6 @@ DT_MACHINE_START(ARMADILLO800EVA_DT, "armadillo800eva-reference")
 	.init_early	= r8a7740_init_delay,
 	.init_irq	= r8a7740_init_irq_of,
 	.init_machine	= eva_init,
-	.init_time	= shmobile_timer_init,
 	.init_late	= shmobile_init_late,
 	.dt_compat	= eva_boards_compat_dt,
 	.restart	= eva_restart,