]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/io.h
x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>
[karo-tx-linux.git] / arch / x86 / include / asm / io.h
index a2b97404922d893c485017afbdfd3b63ba587864..a94463063b4624bc455836384a4db89eb87750ba 100644 (file)
@@ -40,6 +40,7 @@
 #include <linux/compiler.h>
 #include <asm/page.h>
 #include <asm/early_ioremap.h>
+#include <asm/pgtable_types.h>
 
 #define build_mmio_read(name, size, type, reg, barrier) \
 static inline type name(const volatile void __iomem *addr) \
@@ -198,8 +199,6 @@ extern void set_iounmap_nonlazy(void);
 
 #include <asm-generic/iomap.h>
 
-#include <linux/vmalloc.h>
-
 /*
  * Convert a virtual cached pointer to an uncached pointer
  */