[PATCH] remove handle_mm_fault export

From: Christoph Hellwig
Date: Thu Jul 19 2007 - 14:03:10 EST


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 <hch@xxxxxx>

Index: linux-2.6/mm/memory.c
===================================================================
--- linux-2.6.orig/mm/memory.c 2007-07-19 18:59:50.000000000 +0200
+++ linux-2.6/mm/memory.c 2007-07-19 18:59:56.000000000 +0200
@@ -2659,8 +2659,6 @@ int handle_mm_fault(struct mm_struct *mm
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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/