Subject: alpha: Use kbuild.h instead of macros in asm-offsets.c Use the macros in kbuild.h Cc: Jay Estabrook Signed-off-by: Christoph Lameter --- arch/alpha/kernel/asm-offsets.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) Index: linux-2.6.25-rc8-mm2/arch/alpha/kernel/asm-offsets.c =================================================================== --- linux-2.6.25-rc8-mm2.orig/arch/alpha/kernel/asm-offsets.c 2008-04-12 18:08:51.229675064 -0700 +++ linux-2.6.25-rc8-mm2/arch/alpha/kernel/asm-offsets.c 2008-04-12 18:09:30.427177309 -0700 @@ -8,13 +8,9 @@ #include #include #include +#include #include -#define DEFINE(sym, val) \ - asm volatile("\n->" #sym " %0 " #val : : "i" (val)) - -#define BLANK() asm volatile("\n->" : : ) - void foo(void) { DEFINE(TI_TASK, offsetof(struct thread_info, task));