]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: shmobile: Use default ->init_time() on KZM9G DT ref
authorMagnus Damm <damm@opensource.se>
Wed, 31 Jul 2013 19:02:51 +0000 (04:02 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 6 Aug 2013 09:07:12 +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-kzm9g-reference.c

index 41092bb01ee541e55198955b0452529231f790f3..4cf6babc4e0287e01c8f1b86b6f0e5c522ddbd1a 100644 (file)
@@ -99,6 +99,5 @@ DT_MACHINE_START(KZM9G_DT, "kzm9g-reference")
        .init_early     = sh73a0_init_delay,
        .nr_irqs        = NR_IRQS_LEGACY,
        .init_machine   = kzm_init,
-       .init_time      = shmobile_timer_init,
        .dt_compat      = kzm9g_boards_compat_dt,
 MACHINE_END