Loading arch/arm/include/asm/pgtable-nommu.h +0 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,6 @@ typedef pte_t *pte_addr_t; */ #define pgprot_noncached(prot) (prot) #define pgprot_writecombine(prot) (prot) #define pgprot_dmacoherent(prot) (prot) #define pgprot_device(prot) (prot) Loading Loading
arch/arm/include/asm/pgtable-nommu.h +0 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,6 @@ typedef pte_t *pte_addr_t; */ #define pgprot_noncached(prot) (prot) #define pgprot_writecombine(prot) (prot) #define pgprot_dmacoherent(prot) (prot) #define pgprot_device(prot) (prot) Loading