Subject: Use kbuild.h macros instead of defining macros in asm-offsets.c Cc: tony.luck@intel.com Signed-off-by: Christoph Lameter --- arch/ia64/kernel/asm-offsets.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) Index: linux-2.6.25-rc8-mm2/arch/ia64/kernel/asm-offsets.c =================================================================== --- linux-2.6.25-rc8-mm2.orig/arch/ia64/kernel/asm-offsets.c 2008-04-12 19:19:16.590927650 -0700 +++ linux-2.6.25-rc8-mm2/arch/ia64/kernel/asm-offsets.c 2008-04-12 19:19:42.410928335 -0700 @@ -9,7 +9,7 @@ #include #include #include - +#include #include #include #include @@ -19,11 +19,6 @@ #include "../kernel/sigframe.h" #include "../kernel/fsyscall_gtod_data.h" -#define DEFINE(sym, val) \ - asm volatile("\n->" #sym " %0 " #val : : "i" (val)) - -#define BLANK() asm volatile("\n->" : : ) - void foo(void) { DEFINE(IA64_TASK_SIZE, sizeof (struct task_struct));