Browse Source

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 <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Magnus Damm 12 years ago
parent
commit
3b2e2aa319
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/arm/mach-shmobile/board-marzen-reference.c

+ 0 - 1
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