summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-iop32x/timex.h
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2006-09-18 23:19:02 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-25 10:25:43 +0100
commit863753a81e4f863015be34900dc2ba3637622f34 (patch)
tree9843fbb5b8f972f488d056c3dd11de483064b27d /include/asm-arm/arch-iop32x/timex.h
parent48388b2a56ae5e0f1c422e84d536f31729469b17 (diff)
downloadlinux-stable-863753a81e4f863015be34900dc2ba3637622f34.tar.gz
linux-stable-863753a81e4f863015be34900dc2ba3637622f34.tar.bz2
linux-stable-863753a81e4f863015be34900dc2ba3637622f34.zip
[ARM] 3823/1: iop3xx: switch iop32x/iop33x over to shared time code
Switch the iop32x and iop33x code over to the common time implementation, and remove the (nearly identical) iop32x and iop33x time implementations. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-iop32x/timex.h')
-rw-r--r--include/asm-arm/arch-iop32x/timex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-iop32x/timex.h b/include/asm-arm/arch-iop32x/timex.h
index 08badde2e820..328f37282c3e 100644
--- a/include/asm-arm/arch-iop32x/timex.h
+++ b/include/asm-arm/arch-iop32x/timex.h
@@ -5,4 +5,4 @@
*/
#include <asm/hardware.h>
-#define CLOCK_TICK_RATE IOP321_TICK_RATE
+#define CLOCK_TICK_RATE (100 * HZ)