From: Adrian Bunk Date: Mon, 21 Apr 2008 08:51:37 +0000 (+0300) Subject: [MIPS] unexport __kmap_atomic_to_page X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a64063046026729a69ad06c94453f4ddaa562d60;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [MIPS] unexport __kmap_atomic_to_page This patch removes the no longer used export of __kmap_atomic_to_page. Signed-off-by: Adrian Bunk Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/mm/highmem.c b/arch/mips/mm/highmem.c index 10dd2af2343..8f2cd8eda74 100644 --- a/arch/mips/mm/highmem.c +++ b/arch/mips/mm/highmem.c @@ -116,4 +116,3 @@ EXPORT_SYMBOL(__kmap); EXPORT_SYMBOL(__kunmap); EXPORT_SYMBOL(__kmap_atomic); EXPORT_SYMBOL(__kunmap_atomic); -EXPORT_SYMBOL(__kmap_atomic_to_page);