From: Adrian Bunk Date: Mon, 21 Apr 2008 11:51:04 +0000 (+0100) Subject: frv: unexport kmap_atomic_to_page X-Git-Tag: v2.6.26-rc1~1116 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd91217b15751997cab35ad309b37b44eaa6774;p=linux-2.6 frv: 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: David Howells Signed-off-by: Linus Torvalds --- diff --git a/arch/frv/mm/highmem.c b/arch/frv/mm/highmem.c index 7f77db7fab..eadd076580 100644 --- a/arch/frv/mm/highmem.c +++ b/arch/frv/mm/highmem.c @@ -36,6 +36,3 @@ struct page *kmap_atomic_to_page(void *ptr) { return virt_to_page(ptr); } - - -EXPORT_SYMBOL(kmap_atomic_to_page);