ARM: shmobile: Use default ->init_time() on r8a7779
authorMagnus Damm <damm@opensource.se>
Wed, 31 Jul 2013 19:01:46 +0000 (04:01 +0900)
committerSimon 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-r8a7779.c

index ddee4aa8e669139c603b204801a6e471fa62bd72..111e953aba2bf2ab7c1327d989bd3df9b4275f9b 100644 (file)
@@ -667,7 +667,6 @@ DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)")
        .nr_irqs        = NR_IRQS_LEGACY,
        .init_irq       = r8a7779_init_irq_dt,
        .init_machine   = r8a7779_add_standard_devices_dt,
-       .init_time      = shmobile_timer_init,
        .init_late      = r8a7779_init_late,
        .dt_compat      = r8a7779_compat_dt,
 MACHINE_END
This page took 0.028324 seconds and 5 git commands to generate.