|
@@ -66,6 +66,7 @@ typedef pte_t *pte_addr_t;
|
|
#define pgprot_noncached(prot) (prot)
|
|
#define pgprot_noncached(prot) (prot)
|
|
#define pgprot_writecombine(prot) (prot)
|
|
#define pgprot_writecombine(prot) (prot)
|
|
#define pgprot_dmacoherent(prot) (prot)
|
|
#define pgprot_dmacoherent(prot) (prot)
|
|
|
|
+#define pgprot_device(prot) (prot)
|
|
|
|
|
|
|
|
|
|
/*
|
|
/*
|