]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/cris/kernel/asm-offsets.c
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
[karo-tx-linux.git] / arch / cris / kernel / asm-offsets.c
index dd7b8e983221e50104360d3ff11db0391625a77b..a5fd88d816a6c590d145808eecdd7196b9a4ee72 100644 (file)
@@ -1,3 +1,4 @@
+#include <linux/kbuild.h>
 #include <linux/sched.h>
 #include <asm/thread_info.h>
 
@@ -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