diff options
Diffstat (limited to 'arch/arm/cpu/arm926ejs/spear/timer.c')
| -rw-r--r-- | arch/arm/cpu/arm926ejs/spear/timer.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/arch/arm/cpu/arm926ejs/spear/timer.c b/arch/arm/cpu/arm926ejs/spear/timer.c index 66cf4de81..7305abdd2 100644 --- a/arch/arm/cpu/arm926ejs/spear/timer.c +++ b/arch/arm/cpu/arm926ejs/spear/timer.c @@ -87,11 +87,6 @@ ulong get_timer(ulong base)  	return (get_timer_masked() / GPT_RESOLUTION) - base;  } -void set_timer(ulong t) -{ -	timestamp = t; -} -  void __udelay(unsigned long usec)  {  	ulong tmo; |