From: Christoph Hellwig Date: Sat, 21 Jul 2007 11:37:40 +0000 (-0700) Subject: remove handle_mm_fault export X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=41f9dc5c871600f53c8912b2975971d2a11c1c25;p=linux-beck.git remove handle_mm_fault export Now that arch/powerpc/platforms/cell/spufs/fault.c is always built in the kernel there is no need to export handle_mm_fault anymore. Signed-off-by: Christoph Hellwig Cc: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/memory.c b/mm/memory.c index 8aace3db3a54..ca8cac11bd2c 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -2659,8 +2659,6 @@ int handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma, return handle_pte_fault(mm, vma, address, pte, pmd, write_access); } -EXPORT_SYMBOL_GPL(handle_mm_fault); - #ifndef __PAGETABLE_PUD_FOLDED /* * Allocate page upper directory.