projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58909ae
)
ARM: shmobile: Use default ->init_time() on r8a7740
author
Magnus Damm
<damm@opensource.se>
Wed, 31 Jul 2013 19:01:28 +0000
(
04:01
+0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Tue, 6 Aug 2013 09:07:10 +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/setup-r8a7740.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/setup-r8a7740.c
b/arch/arm/mach-shmobile/setup-r8a7740.c
index 84c5bb6d9725b7c76a6e37e7bbc0d3083bac414e..21026b349b96ee31ba09795c420281e6730d5926 100644
(file)
--- a/
arch/arm/mach-shmobile/setup-r8a7740.c
+++ b/
arch/arm/mach-shmobile/setup-r8a7740.c
@@
-1035,7
+1035,6
@@
DT_MACHINE_START(R8A7740_DT, "Generic R8A7740 (Flattened Device Tree)")
.init_early = r8a7740_init_delay,
.init_irq = r8a7740_init_irq_of,
.init_machine = r8a7740_generic_init,
- .init_time = shmobile_timer_init,
.dt_compat = r8a7740_boards_compat_dt,
MACHINE_END