mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-12 00:43:36 -04:00
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
8 lines
130 B
C
8 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
|