Hello, I'm trying to compile n800 kernel with latest linux-omap tree. First I got strange build error: arch/arm/kernel/sys_oabi-compat.c: In function 'sys_oabi_epoll_wait': arch/arm/kernel/sys_oabi-compat.c:289: error: implicit declaration of function 'kmalloc' arch/arm/kernel/sys_oabi-compat.c:289: warning: assignment makes pointer from integer without a cast arch/arm/kernel/sys_oabi-compat.c:302: error: implicit declaration of function 'kfree' arch/arm/kernel/sys_oabi-compat.c: In function 'sys_oabi_semtimedop': arch/arm/kernel/sys_oabi-compat.c:325: warning: assignment makes pointer from integer without a cast Adding include <linux/slab.h> made it go away but then I got this: In file included from arch/arm/mach-omap2/clock24xx.c:46: arch/arm/mach-omap2/clock24xx.h:1801: error: 'secure_32k_ck' undeclared here (not in a function) Any hints? The latest commit I have is: commit 8e58316ba38aa6ffd53e2ada59142ad40cf47744 Merge: 1232332 0932667 Author: Tony Lindgren <tony@xxxxxxxxxxx> Date: Wed Apr 15 11:22:24 2009 -0700 Merge branch 'omap-pool' -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html