]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/compiler-intel.h
pci.h stubs (for EDD build error)
[linux-2.6-omap-h63xx.git] / include / linux / compiler-intel.h
index a436eea439120fb63df3ecb46fe220a2b88e5e23..b769961e6f2371090a1bfe94b751afc4ab0306b7 100644 (file)
@@ -21,6 +21,9 @@
      __ptr = (unsigned long) (ptr);                            \
     (typeof(ptr)) (__ptr + (off)); })
 
+/* Intel ECC compiler doesn't support __builtin_types_compatible_p() */
+#define __must_be_array(a) 0
+
 #endif
 
 #define uninitialized_var(x) x