Subject: xtensa: Use kbuild.h macros instead of defining them in asm-offsets.c Signed-off-by: Christoph Lameter --- arch/xtensa/kernel/asm-offsets.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: linux-2.6.25-rc8-mm2/arch/xtensa/kernel/asm-offsets.c =================================================================== --- linux-2.6.25-rc8-mm2.orig/arch/xtensa/kernel/asm-offsets.c 2008-04-12 19:21:42.737175085 -0700 +++ linux-2.6.25-rc8-mm2/arch/xtensa/kernel/asm-offsets.c 2008-04-12 19:21:50.829685792 -0700 @@ -19,12 +19,11 @@ #include #include #include +#include #include #include -#define DEFINE(sym, val) asm volatile("\n->" #sym " %0 " #val : : "i" (val)) - int main(void) { /* struct pt_regs */