diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-31 15:02:14 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 05:07:11 -0400 |
commit | 70ce77f77ea4d768074ef9a2549a3a6f627d7241 (patch) | |
tree | beca94131fe107f3ace4ac92eac45851a20188ce | |
parent | 3bdbd1c9dbff686e375696543577c8a7ad6ef801 (diff) |
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>
-rw-r--r-- | arch/arm/mach-shmobile/board-armadillo800eva-reference.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva-reference.c b/arch/arm/mach-shmobile/board-armadillo800eva-reference.c index 03b85fec2ddb..5c8cc3c9e9d0 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva-reference.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva-reference.c | |||
@@ -206,7 +206,6 @@ DT_MACHINE_START(ARMADILLO800EVA_DT, "armadillo800eva-reference") | |||
206 | .init_early = r8a7740_init_delay, | 206 | .init_early = r8a7740_init_delay, |
207 | .init_irq = r8a7740_init_irq_of, | 207 | .init_irq = r8a7740_init_irq_of, |
208 | .init_machine = eva_init, | 208 | .init_machine = eva_init, |
209 | .init_time = shmobile_timer_init, | ||
210 | .init_late = shmobile_init_late, | 209 | .init_late = shmobile_init_late, |
211 | .dt_compat = eva_boards_compat_dt, | 210 | .dt_compat = eva_boards_compat_dt, |
212 | .restart = eva_restart, | 211 | .restart = eva_restart, |