Subject: sh: Use kbuild.h instead of defining macros in asm-offsets.c Cc: Paul Mundt Signed-off-by: Christoph Lameter --- arch/sh/kernel/asm-offsets.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Index: linux-2.6.25-rc8-mm2/arch/sh/kernel/asm-offsets.c =================================================================== --- linux-2.6.25-rc8-mm2.orig/arch/sh/kernel/asm-offsets.c 2008-04-16 10:55:02.044494253 -0700 +++ linux-2.6.25-rc8-mm2/arch/sh/kernel/asm-offsets.c 2008-04-17 20:31:19.851149220 -0700 @@ -11,12 +11,9 @@ #include #include #include -#include - -#define DEFINE(sym, val) \ - asm volatile("\n->" #sym " %0 " #val : : "i" (val)) +#include -#define BLANK() asm volatile("\n->" : : ) +#include int main(void) {