diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 972e2ce8e07c..aa8de20e2e80 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -944,7 +944,6 @@ extern struct page * vmalloc_to_page(void *addr); | |||
944 | extern unsigned long vmalloc_to_pfn(void *addr); | 944 | extern unsigned long vmalloc_to_pfn(void *addr); |
945 | extern struct page * follow_page(struct mm_struct *mm, unsigned long address, | 945 | extern struct page * follow_page(struct mm_struct *mm, unsigned long address, |
946 | int write); | 946 | int write); |
947 | extern int check_user_page_readable(struct mm_struct *mm, unsigned long address); | ||
948 | int remap_pfn_range(struct vm_area_struct *, unsigned long, | 947 | int remap_pfn_range(struct vm_area_struct *, unsigned long, |
949 | unsigned long, unsigned long, pgprot_t); | 948 | unsigned long, unsigned long, pgprot_t); |
950 | 949 | ||