diff options
Diffstat (limited to 'arch/arm/mach-spear/spear13xx.c')
-rw-r--r-- | arch/arm/mach-spear/spear13xx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-spear/spear13xx.c b/arch/arm/mach-spear/spear13xx.c index 3975916666a0..3621599c38ad 100644 --- a/arch/arm/mach-spear/spear13xx.c +++ b/arch/arm/mach-spear/spear13xx.c | |||
@@ -15,13 +15,13 @@ | |||
15 | 15 | ||
16 | #include <linux/amba/pl022.h> | 16 | #include <linux/amba/pl022.h> |
17 | #include <linux/clk.h> | 17 | #include <linux/clk.h> |
18 | #include <linux/clocksource.h> | ||
18 | #include <linux/err.h> | 19 | #include <linux/err.h> |
19 | #include <linux/of.h> | 20 | #include <linux/of.h> |
20 | #include <asm/hardware/cache-l2x0.h> | 21 | #include <asm/hardware/cache-l2x0.h> |
21 | #include <asm/mach/map.h> | 22 | #include <asm/mach/map.h> |
22 | #include <asm/smp_twd.h> | ||
23 | #include "generic.h" | ||
24 | #include <mach/spear.h> | 23 | #include <mach/spear.h> |
24 | #include "generic.h" | ||
25 | 25 | ||
26 | void __init spear13xx_l2x0_init(void) | 26 | void __init spear13xx_l2x0_init(void) |
27 | { | 27 | { |
@@ -122,5 +122,5 @@ void __init spear13xx_timer_init(void) | |||
122 | clk_put(pclk); | 122 | clk_put(pclk); |
123 | 123 | ||
124 | spear_setup_of_timer(); | 124 | spear_setup_of_timer(); |
125 | twd_local_timer_of_register(); | 125 | clocksource_of_init(); |
126 | } | 126 | } |