diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index ba86ddaa2bb8..bc0ad24cf8c0 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1152,6 +1152,8 @@ int remap_pfn_range(struct vm_area_struct *, unsigned long addr, | |||
1152 | int vm_insert_page(struct vm_area_struct *, unsigned long addr, struct page *); | 1152 | int vm_insert_page(struct vm_area_struct *, unsigned long addr, struct page *); |
1153 | int vm_insert_pfn(struct vm_area_struct *vma, unsigned long addr, | 1153 | int vm_insert_pfn(struct vm_area_struct *vma, unsigned long addr, |
1154 | unsigned long pfn); | 1154 | unsigned long pfn); |
1155 | int vm_insert_mixed(struct vm_area_struct *vma, unsigned long addr, | ||
1156 | unsigned long pfn); | ||
1155 | 1157 | ||
1156 | struct page *follow_page(struct vm_area_struct *, unsigned long address, | 1158 | struct page *follow_page(struct vm_area_struct *, unsigned long address, |
1157 | unsigned int foll_flags); | 1159 | unsigned int foll_flags); |