diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-21 07:51:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-21 19:03:13 -0400 |
commit | 9fd91217b15751997cab35ad309b37b44eaa6774 (patch) | |
tree | d5bd398c2acc400c5d38598ff314fcff4f4b6253 /arch | |
parent | eb0cc5fe4e8d4928259852d9dc3cb1eeae90e48f (diff) |
frv: unexport kmap_atomic_to_page
This patch removes the no longer used export of kmap_atomic_to_page.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/frv/mm/highmem.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/frv/mm/highmem.c b/arch/frv/mm/highmem.c index 7f77db7fabc7..eadd07658075 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) | |||
36 | { | 36 | { |
37 | return virt_to_page(ptr); | 37 | return virt_to_page(ptr); |
38 | } | 38 | } |
39 | |||
40 | |||
41 | EXPORT_SYMBOL(kmap_atomic_to_page); | ||