diff options
author | eric miao <eric.y.miao@gmail.com> | 2007-09-12 04:13:17 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-10-15 19:53:43 +0200 |
commit | 2c8086a5d073e8e72122a5b84febde236a39845b (patch) | |
tree | b926ccc2231d7e287400d4fbf24f509c9a8225ae /include/asm-arm/arch-pxa/timex.h | |
parent | [NET] smc91x: fix PXA DMA support code (diff) | |
download | linux-2c8086a5d073e8e72122a5b84febde236a39845b.tar.xz linux-2c8086a5d073e8e72122a5b84febde236a39845b.zip |
[ARM] pxa: PXA3xx base support
Signed-off-by: eric miao <eric.y.miao@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-pxa/timex.h')
-rw-r--r-- | include/asm-arm/arch-pxa/timex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/timex.h b/include/asm-arm/arch-pxa/timex.h index 2473bb51d0a6..8d882f0b6a16 100644 --- a/include/asm-arm/arch-pxa/timex.h +++ b/include/asm-arm/arch-pxa/timex.h @@ -21,4 +21,6 @@ #else #define CLOCK_TICK_RATE 3250000 #endif +#else +#define CLOCK_TICK_RATE 3250000 #endif |