This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/arch/arm64/include/asm/io.h b/arch/arm64/include/asm/io.h | |
index 877495a..0b0b12a 100644 | |
--- a/arch/arm64/include/asm/io.h | |
+++ b/arch/arm64/include/asm/io.h | |
@@ -142,8 +142,6 @@ extern void __memset_io(volatile void __iomem *, int, size_t); | |
bool ioremap_allowed(phys_addr_t phys_addr, size_t size, unsigned long prot); | |
#define ioremap_allowed ioremap_allowed | |
-#define _PAGE_IOREMAP PROT_DEVICE_nGnRE | |
- |