Subject: v850: Use kbuild.h instead of defining macros in asm-offsets.c Cc: Miles Bader Signed-off-by: Christoph Lameter --- arch/v850/kernel/asm-offsets.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Index: linux-2.6.25-rc8-mm2/arch/v850/kernel/asm-offsets.c =================================================================== --- linux-2.6.25-rc8-mm2.orig/arch/v850/kernel/asm-offsets.c 2008-04-12 19:39:43.207174696 -0700 +++ linux-2.6.25-rc8-mm2/arch/v850/kernel/asm-offsets.c 2008-04-12 19:43:11.050928492 -0700 @@ -13,14 +13,11 @@ #include #include #include +#include + #include #include -#define DEFINE(sym, val) \ - asm volatile("\n->" #sym " %0 " #val : : "i" (val)) - -#define BLANK() asm volatile("\n->" : : ) - int main (void) { /* offsets into the task struct */