Commit 3669bc14 authored by Jack Steiner's avatar Jack Steiner Committed by Linus Torvalds

Remove EXPORTS of follow_page & zap_page_range

Delete 2 EXPORTs that were accidentally sent upstream.
Signed-off-by: default avatarJack Steiner <steiner@sgi.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a97762a7
...@@ -993,7 +993,6 @@ unsigned long zap_page_range(struct vm_area_struct *vma, unsigned long address, ...@@ -993,7 +993,6 @@ unsigned long zap_page_range(struct vm_area_struct *vma, unsigned long address,
tlb_finish_mmu(tlb, address, end); tlb_finish_mmu(tlb, address, end);
return end; return end;
} }
EXPORT_SYMBOL_GPL(zap_page_range);
/** /**
* zap_vma_ptes - remove ptes mapping the vma * zap_vma_ptes - remove ptes mapping the vma
...@@ -1111,7 +1110,6 @@ struct page *follow_page(struct vm_area_struct *vma, unsigned long address, ...@@ -1111,7 +1110,6 @@ struct page *follow_page(struct vm_area_struct *vma, unsigned long address,
} }
return page; return page;
} }
EXPORT_SYMBOL_GPL(follow_page);
/* Can we do the FOLL_ANON optimization? */ /* Can we do the FOLL_ANON optimization? */
static inline int use_zero_page(struct vm_area_struct *vma) static inline int use_zero_page(struct vm_area_struct *vma)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment