diff options
author | Pavel Pisa <ppisa@pikron.com> | 2006-12-06 17:19:44 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-07 16:24:16 +0000 |
commit | 86987d5bf4db7850a8dfb073c6a3506d4e0d2bcc (patch) | |
tree | a3ed39fc3e46ee6f2273cbad8f6d60c0a53e1481 /include | |
parent | 5c894cd1c89fc10907febd93e6ef35cd3c65e25e (diff) | |
download | linux-stable-86987d5bf4db7850a8dfb073c6a3506d4e0d2bcc.tar.gz linux-stable-86987d5bf4db7850a8dfb073c6a3506d4e0d2bcc.tar.bz2 linux-stable-86987d5bf4db7850a8dfb073c6a3506d4e0d2bcc.zip |
[ARM] 3991/1: i.MX/MX1 high resolution time source
Enhanced resolution for time measurement functions.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-imx/timex.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-arm/arch-imx/timex.h b/include/asm-arm/arch-imx/timex.h index 8c91674706b1..e22ba789546c 100644 --- a/include/asm-arm/arch-imx/timex.h +++ b/include/asm-arm/arch-imx/timex.h @@ -21,7 +21,6 @@ #ifndef __ASM_ARCH_TIMEX_H #define __ASM_ARCH_TIMEX_H -#include <asm/hardware.h> -#define CLOCK_TICK_RATE (CLK32) +#define CLOCK_TICK_RATE (16000000) #endif |