diff options
Diffstat (limited to 'arch/arm/cpu/arm926ejs/pantheon/timer.c')
| -rw-r--r-- | arch/arm/cpu/arm926ejs/pantheon/timer.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/arch/arm/cpu/arm926ejs/pantheon/timer.c b/arch/arm/cpu/arm926ejs/pantheon/timer.c index b487416eb..2727adce3 100644 --- a/arch/arm/cpu/arm926ejs/pantheon/timer.c +++ b/arch/arm/cpu/arm926ejs/pantheon/timer.c @@ -108,11 +108,6 @@ ulong get_timer_masked(void)  	return gd->tbu;  } -void reset_timer(void) -{ -	reset_timer_masked(); -} -  ulong get_timer(ulong base)  {  	return ((get_timer_masked() / (CONFIG_SYS_HZ_CLOCK / 1000)) - |