diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 5c7f8f64f70e..f8071097302a 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -769,10 +769,8 @@ struct mm_walk { | |||
769 | 769 | ||
770 | int walk_page_range(unsigned long addr, unsigned long end, | 770 | int walk_page_range(unsigned long addr, unsigned long end, |
771 | struct mm_walk *walk); | 771 | struct mm_walk *walk); |
772 | void free_pgd_range(struct mmu_gather **tlb, unsigned long addr, | 772 | void free_pgd_range(struct mmu_gather *tlb, unsigned long addr, |
773 | unsigned long end, unsigned long floor, unsigned long ceiling); | 773 | unsigned long end, unsigned long floor, unsigned long ceiling); |
774 | void free_pgtables(struct mmu_gather **tlb, struct vm_area_struct *start_vma, | ||
775 | unsigned long floor, unsigned long ceiling); | ||
776 | int copy_page_range(struct mm_struct *dst, struct mm_struct *src, | 774 | int copy_page_range(struct mm_struct *dst, struct mm_struct *src, |
777 | struct vm_area_struct *vma); | 775 | struct vm_area_struct *vma); |
778 | void unmap_mapping_range(struct address_space *mapping, | 776 | void unmap_mapping_range(struct address_space *mapping, |