Timer: Remove set_timer completely

This commit is contained in:
Graeme Russ
2011-07-15 02:18:12 +00:00
committed by Wolfgang Denk
parent dcac25a05e
commit 5c8404aff1
49 changed files with 5 additions and 254 deletions

View File

@@ -587,7 +587,6 @@ void irq_install_handler(int, interrupt_handler_t *, void *);
void irq_free_handler (int);
void reset_timer (void);
ulong get_timer (ulong base);
void set_timer (ulong t);
void enable_interrupts (void);
int disable_interrupts (void);