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:
8adacad
)
ARM: shmobile: Use default ->init_time() on r8a7778
author
Magnus Damm
<damm@opensource.se>
Wed, 31 Jul 2013 19:01:37 +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-r8a7778.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/setup-r8a7778.c
b/arch/arm/mach-shmobile/setup-r8a7778.c
index 1a154d4a490754ea2bf396dec775216916b7c40b..604cf36b5616a148c48b9952e0f5db9840aa4d47 100644
(file)
--- a/
arch/arm/mach-shmobile/setup-r8a7778.c
+++ b/
arch/arm/mach-shmobile/setup-r8a7778.c
@@
-406,7
+406,6
@@
static const char *r8a7778_compat_dt[] __initdata = {
DT_MACHINE_START(R8A7778_DT, "Generic R8A7778 (Flattened Device Tree)")
.init_early = r8a7778_init_delay,
.init_irq = r8a7778_init_irq_dt,
- .init_time = shmobile_timer_init,
.dt_compat = r8a7778_compat_dt,
.init_late = r8a7778_init_late,
MACHINE_END