diff options
Diffstat (limited to 'arch/arm/cpu/arm1136/omap24xx/timer.c')
| -rw-r--r-- | arch/arm/cpu/arm1136/omap24xx/timer.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/arch/arm/cpu/arm1136/omap24xx/timer.c b/arch/arm/cpu/arm1136/omap24xx/timer.c index 228ceba82..d6267ba72 100644 --- a/arch/arm/cpu/arm1136/omap24xx/timer.c +++ b/arch/arm/cpu/arm1136/omap24xx/timer.c @@ -67,11 +67,6 @@ ulong get_timer (ulong base)  	return get_timer_masked () - base;  } -void set_timer (ulong t) -{ -	gd->tbl	= t; -} -  /* delay x useconds AND preserve advance timestamp value */  void __udelay (unsigned long usec)  { |