diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-18 11:24:03 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-18 16:40:12 +0100 |
commit | 44421e42587125acf70771436bcd6af06e1261a3 (patch) | |
tree | d7c5e1a758883cdad50e14244e388c7f2b57dc31 /arch/arm/plat-mxc/include/mach/mx1.h | |
parent | 9d631b835f518848b7f3ce803bfd00dc1bb8a5b1 (diff) |
[ARM] MXC: do not include mach/hardware.h from mach/timex.h
Instead of including other header files, define CLOCK_TICK_RATE directly
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mx1.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx1.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx1.h b/arch/arm/plat-mxc/include/mach/mx1.h index c45bf5f5b90..8476a15dbfc 100644 --- a/arch/arm/plat-mxc/include/mach/mx1.h +++ b/arch/arm/plat-mxc/include/mach/mx1.h @@ -18,11 +18,6 @@ #include <mach/vmalloc.h> -/* - * defines the hardware clock tick rate - */ -#define CLOCK_TICK_RATE 16000000 - #define PHYS_OFFSET UL(0x08000000) /* |