a09e64fbc0
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
9 lines
130 B
C
9 lines
130 B
C
/*
|
|
* arch/arm/plat-omap/include/mach/param.h
|
|
*
|
|
*/
|
|
|
|
#ifdef CONFIG_OMAP_32K_TIMER_HZ
|
|
#define HZ CONFIG_OMAP_32K_TIMER_HZ
|
|
#endif
|