projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c7b536
)
ARM: shmobile: Use default ->init_time() on r8a73a4
author
Magnus Damm
<damm@opensource.se>
Wed, 31 Jul 2013 19:01:19 +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-r8a73a4.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/setup-r8a73a4.c
b/arch/arm/mach-shmobile/setup-r8a73a4.c
index 2ee45d5288b1b88b3b6dddcf3ecbc6e13edaf6d8..89491700afb78b8c706aba61b638ffb699031610 100644
(file)
--- a/
arch/arm/mach-shmobile/setup-r8a73a4.c
+++ b/
arch/arm/mach-shmobile/setup-r8a73a4.c
@@
-223,7
+223,6
@@
static const char *r8a73a4_boards_compat_dt[] __initdata = {
DT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)")
.init_early = r8a73a4_init_delay,
- .init_time = shmobile_timer_init,
.dt_compat = r8a73a4_boards_compat_dt,
MACHINE_END
#endif /* CONFIG_USE_OF */