projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb0cc5f
)
frv: unexport kmap_atomic_to_page
author
Adrian Bunk
<bunk@kernel.org>
Mon, 21 Apr 2008 11:51:04 +0000
(12:51 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 21 Apr 2008 23:03:13 +0000
(16:03 -0700)
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>
arch/frv/mm/highmem.c
patch
|
blob
|
history
diff --git
a/arch/frv/mm/highmem.c
b/arch/frv/mm/highmem.c
index
7f77db7
..
eadd076
100644
(file)
--- 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);