diff options
Diffstat (limited to 'arch/arm/cpu/arm926ejs/spear/timer.c')
| -rw-r--r-- | arch/arm/cpu/arm926ejs/spear/timer.c | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/arch/arm/cpu/arm926ejs/spear/timer.c b/arch/arm/cpu/arm926ejs/spear/timer.c index 7305abdd2..cbef34fab 100644 --- a/arch/arm/cpu/arm926ejs/spear/timer.c +++ b/arch/arm/cpu/arm926ejs/spear/timer.c @@ -76,12 +76,6 @@ int timer_init(void)  /*   * timer without interrupts   */ - -void reset_timer(void) -{ -	reset_timer_masked(); -} -  ulong get_timer(ulong base)  {  	return (get_timer_masked() / GPT_RESOLUTION) - base; |