diff options
Diffstat (limited to 'kernel/arch/arm/mach-spear/spear13xx.c')
-rw-r--r-- | kernel/arch/arm/mach-spear/spear13xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/arch/arm/mach-spear/spear13xx.c b/kernel/arch/arm/mach-spear/spear13xx.c index 2e463a934..ca2f6a82a 100644 --- a/kernel/arch/arm/mach-spear/spear13xx.c +++ b/kernel/arch/arm/mach-spear/spear13xx.c @@ -4,7 +4,7 @@ * SPEAr13XX machines common source file * * Copyright (C) 2012 ST Microelectronics - * Viresh Kumar <viresh.linux@gmail.com> + * Viresh Kumar <vireshk@kernel.org> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any @@ -124,5 +124,5 @@ void __init spear13xx_timer_init(void) clk_put(pclk); spear_setup_of_timer(); - clocksource_of_init(); + clocksource_probe(); } |