From: Adrian Bunk Date: Mon, 21 Apr 2008 08:51:37 +0000 (+0300) Subject: [MIPS] unexport __kmap_atomic_to_page X-Git-Tag: v2.6.26-rc3~131^2~20 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a64063046026729a69ad06c94453f4ddaa562d60;p=linux-2.6-omap-h63xx.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);