aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ep93xx/core.c')
-rw-r--r--arch/arm/mach-ep93xx/core.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c
index 6f48b87a1ace..ee27b4b0ab07 100644
--- a/arch/arm/mach-ep93xx/core.c
+++ b/arch/arm/mach-ep93xx/core.c
@@ -156,7 +156,7 @@ static u32 ep93xx_gettimeoffset(void)
156 return (offset + (53 * offset / 3072)) * 1000; 156 return (offset + (53 * offset / 3072)) * 1000;
157} 157}
158 158
159static void __init ep93xx_timer_init(void) 159void __init ep93xx_timer_init(void)
160{ 160{
161 u32 tmode = EP93XX_TIMER123_CONTROL_MODE | 161 u32 tmode = EP93XX_TIMER123_CONTROL_MODE |
162 EP93XX_TIMER123_CONTROL_CLKSEL; 162 EP93XX_TIMER123_CONTROL_CLKSEL;
@@ -176,10 +176,6 @@ static void __init ep93xx_timer_init(void)
176 setup_irq(IRQ_EP93XX_TIMER1, &ep93xx_timer_irq); 176 setup_irq(IRQ_EP93XX_TIMER1, &ep93xx_timer_irq);
177} 177}
178 178
179struct sys_timer ep93xx_timer = {
180 .init = ep93xx_timer_init,
181};
182
183 179
184/************************************************************************* 180/*************************************************************************
185 * EP93xx IRQ handling 181 * EP93xx IRQ handling