diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 3e8807e0b9d2..040a04a88996 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1517,7 +1517,7 @@ static inline int pte_devmap(pte_t pte) | |||
1517 | } | 1517 | } |
1518 | #endif | 1518 | #endif |
1519 | 1519 | ||
1520 | int vma_wants_writenotify(struct vm_area_struct *vma); | 1520 | int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot); |
1521 | 1521 | ||
1522 | extern pte_t *__get_locked_pte(struct mm_struct *mm, unsigned long addr, | 1522 | extern pte_t *__get_locked_pte(struct mm_struct *mm, unsigned long addr, |
1523 | spinlock_t **ptl); | 1523 | spinlock_t **ptl); |