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 77a76101dcd9..903f3b71f4a7 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1124,6 +1124,8 @@ unsigned long vmalloc_to_pfn(void *addr); | |||
1124 | int remap_pfn_range(struct vm_area_struct *, unsigned long addr, | 1124 | int remap_pfn_range(struct vm_area_struct *, unsigned long addr, |
1125 | unsigned long pfn, unsigned long size, pgprot_t); | 1125 | unsigned long pfn, unsigned long size, pgprot_t); |
1126 | int vm_insert_page(struct vm_area_struct *, unsigned long addr, struct page *); | 1126 | int vm_insert_page(struct vm_area_struct *, unsigned long addr, struct page *); |
1127 | int vm_insert_pfn(struct vm_area_struct *vma, unsigned long addr, | ||
1128 | unsigned long pfn); | ||
1127 | 1129 | ||
1128 | struct page *follow_page(struct vm_area_struct *, unsigned long address, | 1130 | struct page *follow_page(struct vm_area_struct *, unsigned long address, |
1129 | unsigned int foll_flags); | 1131 | unsigned int foll_flags); |