diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-18 05:24:03 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-18 10:40:12 -0500 |
commit | 44421e42587125acf70771436bcd6af06e1261a3 (patch) | |
tree | d7c5e1a758883cdad50e14244e388c7f2b57dc31 /arch/arm/plat-mxc/include/mach/mx27.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/mx27.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx27.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx27.h b/arch/arm/plat-mxc/include/mach/mx27.h index 55bcbd5e073a..ae8637471ae8 100644 --- a/arch/arm/plat-mxc/include/mach/mx27.h +++ b/arch/arm/plat-mxc/include/mach/mx27.h | |||
@@ -289,9 +289,6 @@ extern int mx27_revision(void); | |||
289 | /* this CPU supports up to 192 GPIOs (don't forget the baseboard!) */ | 289 | /* this CPU supports up to 192 GPIOs (don't forget the baseboard!) */ |
290 | #define ARCH_NR_GPIOS (192 + 16) | 290 | #define ARCH_NR_GPIOS (192 + 16) |
291 | 291 | ||
292 | /* OS clock tick rate */ | ||
293 | #define CLOCK_TICK_RATE 13300000 | ||
294 | |||
295 | /* Start of RAM */ | 292 | /* Start of RAM */ |
296 | #define PHYS_OFFSET SDRAM_BASE_ADDR | 293 | #define PHYS_OFFSET SDRAM_BASE_ADDR |
297 | 294 | ||