diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-31 15:01:37 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 05:07:10 -0400 |
commit | 0765f48a214af1ea9dd5ac7e3804c00ad6d16e15 (patch) | |
tree | 68c42167880ad888c4361d7c4ec6e0bde428b1b6 /arch/arm/mach-shmobile | |
parent | 8adacad26f1db14dd3a5bc08f632e74ba7ed7b8b (diff) |
ARM: shmobile: Use default ->init_time() on r8a7778
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')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7778.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7778.c b/arch/arm/mach-shmobile/setup-r8a7778.c index 1a154d4a4907..604cf36b5616 100644 --- 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 = { | |||
406 | DT_MACHINE_START(R8A7778_DT, "Generic R8A7778 (Flattened Device Tree)") | 406 | DT_MACHINE_START(R8A7778_DT, "Generic R8A7778 (Flattened Device Tree)") |
407 | .init_early = r8a7778_init_delay, | 407 | .init_early = r8a7778_init_delay, |
408 | .init_irq = r8a7778_init_irq_dt, | 408 | .init_irq = r8a7778_init_irq_dt, |
409 | .init_time = shmobile_timer_init, | ||
410 | .dt_compat = r8a7778_compat_dt, | 409 | .dt_compat = r8a7778_compat_dt, |
411 | .init_late = r8a7778_init_late, | 410 | .init_late = r8a7778_init_late, |
412 | MACHINE_END | 411 | MACHINE_END |