]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/bounds.c
Add kbuild.h that contains common definitions for kbuild users
[linux-2.6-omap-h63xx.git] / kernel / bounds.c
index c3c55544db2fb515c05c191bfc5c47c26b3cb62e..3c5301381837407d986f06cddaf665eca71fb412 100644 (file)
@@ -8,11 +8,7 @@
 /* Include headers that define the enum constants of interest */
 #include <linux/page-flags.h>
 #include <linux/mmzone.h>
-
-#define DEFINE(sym, val) \
-        asm volatile("\n->" #sym " %0 " #val : : "i" (val))
-
-#define BLANK() asm volatile("\n->" : : )
+#include <linux/kbuild.h>
 
 void foo(void)
 {