diff options
author | Magnus Damm <damm@opensource.se> | 2013-08-01 04:02:51 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 18:07:12 +0900 |
commit | f6110210347fea5599223fba6ecce14f1683f510 (patch) | |
tree | 08ada86a2cfdd3b5dc4ef5f02ddbf803556f0f5e /arch/arm/mach-shmobile | |
parent | 3b2e2aa319a886ab15052b513813ced39503dfa7 (diff) | |
download | talos-obmc-linux-f6110210347fea5599223fba6ecce14f1683f510.tar.gz talos-obmc-linux-f6110210347fea5599223fba6ecce14f1683f510.zip |
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") .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 |