ARM: rockchip: rk3228: add grf definition
[firefly-linux-kernel-4.4.55.git] / include / asm-generic / iomap.h
index 6afd7d6a9899c49fe721a7bb989c947ea5dc9c75..e72c4510a7e10879c117339d1c02b8cd1ce632ea 100644 (file)
@@ -66,6 +66,11 @@ extern void ioport_unmap(void __iomem *);
 #define ioremap_wc ioremap_nocache
 #endif
 
+#ifndef ARCH_HAS_IOREMAP_EXEC
+#define ioremap_exec ioremap
+#define ioremap_exec_nocache ioremap_nocache
+#endif
+
 #ifdef CONFIG_PCI
 /* Destroy a virtual mapping cookie for a PCI BAR (memory or IO) */
 struct pci_dev;