aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-07-31 15:02:33 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-08-06 05:07:11 -0400
commit364185f3ceab16db80a4cf9f8022ae5684700723 (patch)
tree24796319d6f5d11b2e2701168c3043e4aed6b655
parentfb185bcb892875c56edc50f5d82d4a8eac90f0d8 (diff)
ARM: shmobile: Use default ->init_time() on APE6EVM 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-ape6evm-reference.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ape6evm-reference.c b/arch/arm/mach-shmobile/board-ape6evm-reference.c
index 52cc5fa5563a..a23fa714f7ac 100644
--- a/arch/arm/mach-shmobile/board-ape6evm-reference.c
+++ b/arch/arm/mach-shmobile/board-ape6evm-reference.c
@@ -58,7 +58,6 @@ static const char *ape6evm_boards_compat_dt[] __initdata = {
58 58
59DT_MACHINE_START(APE6EVM_DT, "ape6evm") 59DT_MACHINE_START(APE6EVM_DT, "ape6evm")
60 .init_early = r8a73a4_init_delay, 60 .init_early = r8a73a4_init_delay,
61 .init_time = shmobile_timer_init,
62 .init_machine = ape6evm_add_standard_devices, 61 .init_machine = ape6evm_add_standard_devices,
63 .dt_compat = ape6evm_boards_compat_dt, 62 .dt_compat = ape6evm_boards_compat_dt,
64MACHINE_END 63MACHINE_END