]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/io.h
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[mirror_ubuntu-artful-kernel.git] / include / linux / io.h
index 42b33f03d1dfac0d823c942a133830801d138a32..986f2bffea1edc95513361a76fa55df5a3e06c06 100644 (file)
@@ -38,6 +38,14 @@ static inline int ioremap_page_range(unsigned long addr, unsigned long end,
 }
 #endif
 
+#ifdef CONFIG_HAVE_ARCH_HUGE_VMAP
+void __init ioremap_huge_init(void);
+int arch_ioremap_pud_supported(void);
+int arch_ioremap_pmd_supported(void);
+#else
+static inline void ioremap_huge_init(void) { }
+#endif
+
 /*
  * Managed iomap interface
  */