diff options
Diffstat (limited to 'arch/arm/mach-omap2/timer.c')
| -rw-r--r-- | arch/arm/mach-omap2/timer.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c index 63229c5287e..19765bd96c8 100644 --- a/arch/arm/mach-omap2/timer.c +++ b/arch/arm/mach-omap2/timer.c @@ -324,7 +324,6 @@ static int __init omap_dm_timer_init_one(struct omap_dm_timer *timer,  		}  	}  	__omap_dm_timer_init_regs(timer); -	__omap_dm_timer_reset(timer, 1, 1);  	if (posted)  		__omap_dm_timer_enable_posted(timer);  |