diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-31 15:01:46 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 05:07:10 -0400 |
commit | 67ac21f65fc45a016fd999c67ff4a6a7a452bf58 (patch) | |
tree | 248ad547b662ddd45425d99cc573961115014d42 /arch/arm/mach-shmobile/setup-r8a7779.c | |
parent | 0765f48a214af1ea9dd5ac7e3804c00ad6d16e15 (diff) |
ARM: shmobile: Use default ->init_time() on r8a7779
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/setup-r8a7779.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index ddee4aa8e669..111e953aba2b 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c | |||
@@ -667,7 +667,6 @@ DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)") | |||
667 | .nr_irqs = NR_IRQS_LEGACY, | 667 | .nr_irqs = NR_IRQS_LEGACY, |
668 | .init_irq = r8a7779_init_irq_dt, | 668 | .init_irq = r8a7779_init_irq_dt, |
669 | .init_machine = r8a7779_add_standard_devices_dt, | 669 | .init_machine = r8a7779_add_standard_devices_dt, |
670 | .init_time = shmobile_timer_init, | ||
671 | .init_late = r8a7779_init_late, | 670 | .init_late = r8a7779_init_late, |
672 | .dt_compat = r8a7779_compat_dt, | 671 | .dt_compat = r8a7779_compat_dt, |
673 | MACHINE_END | 672 | MACHINE_END |