mm: Don't pin ZERO_PAGE in pin_user_pages()
[linux-block.git] / include / linux / compiler_types.h
index 690c7c826fbfd738298f7596d59952c66167f61b..547ea1ff806eb0ca880ad40b25bc5ae480a52c23 100644 (file)
@@ -120,8 +120,6 @@ static inline void __chk_io_ptr(const volatile void __iomem *ptr) { }
 /* Compiler specific macros. */
 #ifdef __clang__
 #include <linux/compiler-clang.h>
-#elif defined(__INTEL_COMPILER)
-#include <linux/compiler-intel.h>
 #elif defined(__GNUC__)
 /* The above compilers also define __GNUC__, so order is important here. */
 #include <linux/compiler-gcc.h>