diff options
Diffstat (limited to 'arch/arm/mach-omap1/time.c')
-rw-r--r-- | arch/arm/mach-omap1/time.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-omap1/time.c b/arch/arm/mach-omap1/time.c index 4d4816fd6fc9..1d4512fdc9bc 100644 --- a/arch/arm/mach-omap1/time.c +++ b/arch/arm/mach-omap1/time.c | |||
@@ -236,12 +236,8 @@ static inline void omap_mpu_timer_init(void) | |||
236 | * Timer initialization | 236 | * Timer initialization |
237 | * --------------------------------------------------------------------------- | 237 | * --------------------------------------------------------------------------- |
238 | */ | 238 | */ |
239 | static void __init omap1_timer_init(void) | 239 | void __init omap1_timer_init(void) |
240 | { | 240 | { |
241 | if (omap_32k_timer_init() != 0) | 241 | if (omap_32k_timer_init() != 0) |
242 | omap_mpu_timer_init(); | 242 | omap_mpu_timer_init(); |
243 | } | 243 | } |
244 | |||
245 | struct sys_timer omap1_timer = { | ||
246 | .init = omap1_timer_init, | ||
247 | }; | ||