diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-31 15:02:42 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 05:07:11 -0400 |
commit | 3b2e2aa319a886ab15052b513813ced39503dfa7 (patch) | |
tree | ed20b73d263e5fb88e4790d9eb501fb7bc3bb702 /arch/arm/mach-shmobile | |
parent | 364185f3ceab16db80a4cf9f8022ae5684700723 (diff) |
ARM: shmobile: Use default ->init_time() on Marzen 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-marzen-reference.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-marzen-reference.c b/arch/arm/mach-shmobile/board-marzen-reference.c index 480d882e42c7..a20b7ee652ea 100644 --- a/arch/arm/mach-shmobile/board-marzen-reference.c +++ b/arch/arm/mach-shmobile/board-marzen-reference.c | |||
@@ -70,6 +70,5 @@ DT_MACHINE_START(MARZEN, "marzen") | |||
70 | .nr_irqs = NR_IRQS_LEGACY, | 70 | .nr_irqs = NR_IRQS_LEGACY, |
71 | .init_irq = r8a7779_init_irq_dt, | 71 | .init_irq = r8a7779_init_irq_dt, |
72 | .init_machine = marzen_init, | 72 | .init_machine = marzen_init, |
73 | .init_time = shmobile_timer_init, | ||
74 | .dt_compat = marzen_boards_compat_dt, | 73 | .dt_compat = marzen_boards_compat_dt, |
75 | MACHINE_END | 74 | MACHINE_END |