diff options
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index 398687761f50..3c5fae543cbc 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c | |||
@@ -616,8 +616,8 @@ void __init __weak r8a7779_register_twd(void) { } | |||
616 | void __init r8a7779_earlytimer_init(void) | 616 | void __init r8a7779_earlytimer_init(void) |
617 | { | 617 | { |
618 | r8a7779_clock_init(); | 618 | r8a7779_clock_init(); |
619 | shmobile_earlytimer_init(); | ||
620 | r8a7779_register_twd(); | 619 | r8a7779_register_twd(); |
620 | shmobile_earlytimer_init(); | ||
621 | } | 621 | } |
622 | 622 | ||
623 | void __init r8a7779_add_early_devices(void) | 623 | void __init r8a7779_add_early_devices(void) |