diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-31 21:02:24 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 11:07:11 +0200 |
commit | fb185bcb892875c56edc50f5d82d4a8eac90f0d8 (patch) | |
tree | a2178797a2b56162088d926d4cd4b657455e73c6 /arch/arm/mach-shmobile/board-ape6evm.c | |
parent | ARM: shmobile: Use default ->init_time() on Armadillo DT ref (diff) | |
download | linux-fb185bcb892875c56edc50f5d82d4a8eac90f0d8.tar.xz linux-fb185bcb892875c56edc50f5d82d4a8eac90f0d8.zip |
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>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ape6evm.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-ape6evm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ape6evm.c b/arch/arm/mach-shmobile/board-ape6evm.c index af6dd39d3758..57e66eb2fd5a 100644 --- a/arch/arm/mach-shmobile/board-ape6evm.c +++ b/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 |