Commit 9fd91217 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

frv: unexport kmap_atomic_to_page

This patch removes the no longer used export of kmap_atomic_to_page.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent eb0cc5fe
...@@ -36,6 +36,3 @@ struct page *kmap_atomic_to_page(void *ptr) ...@@ -36,6 +36,3 @@ struct page *kmap_atomic_to_page(void *ptr)
{ {
return virt_to_page(ptr); return virt_to_page(ptr);
} }
EXPORT_SYMBOL(kmap_atomic_to_page);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment