From: James Hogan Date: Thu, 11 Oct 2012 09:00:58 +0000 (+0200) Subject: CRIS: use kbuild.h instead of defining macros in asm-offset.c X-Git-Tag: upstream/snapshot3+hdmi~5989^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e6b4dd1e1fbe81e7f9756eb8299632de641b2e1;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git CRIS: use kbuild.h instead of defining macros in asm-offset.c This is modelled on commits such as the one below: Commit fc1c3a003edb8a6778e64e10ef671a38c76c969e ("sh: use kbuild.h instead of defining macros in asm-offsets.c") introduced in v2.6.26. Signed-off-by: James Hogan Signed-off-by: Jesper Nilsson --- diff --git a/arch/cris/kernel/asm-offsets.c b/arch/cris/kernel/asm-offsets.c index dd7b8e9..a5fd88d 100644 --- a/arch/cris/kernel/asm-offsets.c +++ b/arch/cris/kernel/asm-offsets.c @@ -1,3 +1,4 @@ +#include #include #include @@ -7,11 +8,6 @@ * and format the required data. */ -#define DEFINE(sym, val) \ - asm volatile("\n->" #sym " %0 " #val : : "i" (val)) - -#define BLANK() asm volatile("\n->" : : ) - #if !defined(CONFIG_ETRAX_ARCH_V10) && !defined(CONFIG_ETRAX_ARCH_V32) #error One of ARCH v10 and ARCH v32 must be true! #endif