Skip to content

Instantly share code, notes, and snippets.

View Livius90's full-sized avatar

Benjamin Szőke Livius90

  • Robert Bosch Kft.
  • Hungary, Budapest
  • 17:35 (UTC +02:00)
  • LinkedIn in/szbenjamin
View GitHub Profile
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
-