summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 5377dd7836cc..b0427754e619 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -516,6 +516,8 @@ static inline struct vm_area_struct * find_vma_intersection(struct mm_struct * m
extern struct vm_area_struct *find_extend_vma(struct mm_struct *mm, unsigned long addr);
+extern struct page * vmalloc_to_page(pgd_t *pgd, unsigned long adr);
+
#endif /* __KERNEL__ */
#endif