dde_linux: extended pgtable header for etnaviv

The 'pgprot_noncached' function is referenced by the driver code.

Issue #4325.
This commit is contained in:
Josef Söntgen 2021-10-28 18:10:25 +02:00 committed by Christian Helmuth
parent 23514bf5c2
commit cd7a65a313

View File

@ -69,6 +69,7 @@ int pmd_devmap(pmd_t pmd);
int pud_devmap(pud_t pud);
int pud_trans_huge(pud_t pud);
pgprot_t pgprot_noncached(pgprot_t prot);
pgprot_t pgprot_writecombine(pgprot_t prot);
pte_t mk_pte(struct page * page, pgprot_t prot);