diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-31 15:02:51 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 05:07:12 -0400 |
commit | f6110210347fea5599223fba6ecce14f1683f510 (patch) | |
tree | 08ada86a2cfdd3b5dc4ef5f02ddbf803556f0f5e /arch/arm/mach-shmobile | |
parent | 3b2e2aa319a886ab15052b513813ced39503dfa7 (diff) |
ARM: shmobile: Use default ->init_time() on KZM9G DT ref
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/board-kzm9g-reference.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-kzm9g-reference.c b/arch/arm/mach-shmobile/board-kzm9g-reference.c index 41092bb01ee5..4cf6babc4e02 100644 --- a/arch/arm/mach-shmobile/board-kzm9g-reference.c +++ b/arch/arm/mach-shmobile/board-kzm9g-reference.c | |||
@@ -99,6 +99,5 @@ DT_MACHINE_START(KZM9G_DT, "kzm9g-reference") | |||
99 | .init_early = sh73a0_init_delay, | 99 | .init_early = sh73a0_init_delay, |
100 | .nr_irqs = NR_IRQS_LEGACY, | 100 | .nr_irqs = NR_IRQS_LEGACY, |
101 | .init_machine = kzm_init, | 101 | .init_machine = kzm_init, |
102 | .init_time = shmobile_timer_init, | ||
103 | .dt_compat = kzm9g_boards_compat_dt, | 102 | .dt_compat = kzm9g_boards_compat_dt, |
104 | MACHINE_END | 103 | MACHINE_END |