diff options
author | Magnus Damm <[email protected]> | 2013-08-01 04:02:42 +0900 |
---|---|---|
committer | Simon Horman <[email protected]> | 2013-08-06 18:07:11 +0900 |
commit | 3b2e2aa319a886ab15052b513813ced39503dfa7 (patch) | |
tree | ed20b73d263e5fb88e4790d9eb501fb7bc3bb702 | |
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 <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-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") .nr_irqs = NR_IRQS_LEGACY, .init_irq = r8a7779_init_irq_dt, .init_machine = marzen_init, - .init_time = shmobile_timer_init, .dt_compat = marzen_boards_compat_dt, MACHINE_END |