summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2011-07-15 02:18:12 +0000
committerWolfgang Denk <wd@denx.de>2011-07-26 14:52:17 +0200
commit5c8404aff16c2a207a11e1af5843e1009bf9fb01 (patch)
tree65d07a585508bf1dab4ddabf2768e44fb43d6f1f /include/common.h
parentdcac25a05e2bdf35be1e13c432d238007d1c3b9f (diff)
downloadblackbird-obmc-uboot-5c8404aff16c2a207a11e1af5843e1009bf9fb01.tar.gz
blackbird-obmc-uboot-5c8404aff16c2a207a11e1af5843e1009bf9fb01.zip
Timer: Remove set_timer completely
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index c5d2dcedf3..2c779ed83d 100644
--- a/include/common.h
+++ b/include/common.h
@@ -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);
OpenPOWER on IntegriCloud