summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/s5p-common
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2011-07-15 02:18:12 (GMT)
committerWolfgang Denk <wd@denx.de>2011-07-26 12:52:17 (GMT)
commit5c8404aff16c2a207a11e1af5843e1009bf9fb01 (patch)
tree65d07a585508bf1dab4ddabf2768e44fb43d6f1f /arch/arm/cpu/armv7/s5p-common
parentdcac25a05e2bdf35be1e13c432d238007d1c3b9f (diff)
downloadu-boot-5c8404aff16c2a207a11e1af5843e1009bf9fb01.tar.xz
Timer: Remove set_timer completely
Diffstat (limited to 'arch/arm/cpu/armv7/s5p-common')
-rw-r--r--arch/arm/cpu/armv7/s5p-common/timer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/cpu/armv7/s5p-common/timer.c b/arch/arm/cpu/armv7/s5p-common/timer.c
index b750d16..0b69f06 100644
--- a/arch/arm/cpu/armv7/s5p-common/timer.c
+++ b/arch/arm/cpu/armv7/s5p-common/timer.c
@@ -60,11 +60,6 @@ unsigned long get_timer(unsigned long base)
return get_timer_masked() - base;
}
-void set_timer(unsigned long t)
-{
- gd->tbl = t;
-}
-
/* delay x useconds */
void __udelay(unsigned long usec)
{