Subject: h8300: Use kbuild.h instead of defining macros in asm-offsets.c Signed-off-by: Christoph Lameter --- arch/h8300/kernel/asm-offsets.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) Index: linux-2.6.25-rc8-mm2/arch/h8300/kernel/asm-offsets.c =================================================================== --- linux-2.6.25-rc8-mm2.orig/arch/h8300/kernel/asm-offsets.c 2008-04-12 19:31:10.247176721 -0700 +++ linux-2.6.25-rc8-mm2/arch/h8300/kernel/asm-offsets.c 2008-04-12 19:32:36.569685520 -0700 @@ -13,15 +13,11 @@ #include #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 */