Subject: alpha: Use kbuild.h instead of macros in asm-offsets.c Use the macros in kbuild.h Cc: Jay Estabrook <jay.estabrook@hp.com> Signed-off-by: Christoph Lameter <clameter@sgi.com> --- 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 <linux/stddef.h> #include <linux/sched.h> #include <linux/ptrace.h> +#include <linux/kbuild.h> #include <asm/io.h> -#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));