diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-31 19:02:33 (GMT) |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 09:07:11 (GMT) |
commit | 364185f3ceab16db80a4cf9f8022ae5684700723 (patch) | |
tree | 24796319d6f5d11b2e2701168c3043e4aed6b655 /arch | |
parent | fb185bcb892875c56edc50f5d82d4a8eac90f0d8 (diff) | |
download | linux-fsl-qoriq-364185f3ceab16db80a4cf9f8022ae5684700723.tar.xz |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-shmobile/board-ape6evm-reference.c | 1 |
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 52cc5fa..a23fa71 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 = { 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 |