projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70ce77f
)
ARM: shmobile: Use default ->init_time() on APE6EVM
author
Magnus Damm
<damm@opensource.se>
Wed, 31 Jul 2013 19:02:24 +0000
(
04:02
+0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Tue, 6 Aug 2013 09:07:11 +0000
(18:07 +0900)
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>
arch/arm/mach-shmobile/board-ape6evm.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/board-ape6evm.c
b/arch/arm/mach-shmobile/board-ape6evm.c
index af6dd39d37580fedeeb33fe602a7ff20acc613dd..57e66eb2fd5a1d2efa5ed9dc308e4b5d14506941 100644
(file)
--- 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