Browse Source

ARM: shmobile: Use default ->init_time() on APE6EVM

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
fb185bcb89
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/arm/mach-shmobile/board-ape6evm.c

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

@@ -102,7 +102,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