ARM: shmobile: Use default ->init_time() on Bockw DT ref
authorMagnus Damm <damm@opensource.se>
Wed, 31 Jul 2013 19:02:05 +0000 (04:02 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 6 Aug 2013 09:07:11 +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/board-bockw-reference.c

index 24db8de73cae2e702adbc90baed539530e13357f..1a7c893e1a529d1cfd293575a1b75c62eebfb00c 100644 (file)
@@ -57,6 +57,5 @@ DT_MACHINE_START(BOCKW_DT, "bockw")
        .init_early     = r8a7778_init_delay,
        .init_irq       = r8a7778_init_irq_dt,
        .init_machine   = bockw_init,
-       .init_time      = shmobile_timer_init,
        .dt_compat      = bockw_boards_compat_dt,
 MACHINE_END
This page took 0.027137 seconds and 5 git commands to generate.