asm-generic: don't include <linux/mm.h> in cacheflush.h
[linux-2.6-microblaze.git] / arch / x86 / include / asm / cacheflush.h
index 63feaf2..b192d91 100644 (file)
@@ -2,6 +2,8 @@
 #ifndef _ASM_X86_CACHEFLUSH_H
 #define _ASM_X86_CACHEFLUSH_H
 
+#include <linux/mm.h>
+
 /* Caches aren't brain-dead on the intel. */
 #include <asm-generic/cacheflush.h>
 #include <asm/special_insns.h>