projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc3bf35
)
[MIPS] unexport __kmap_atomic_to_page
author
Adrian Bunk
<bunk@kernel.org>
Mon, 21 Apr 2008 08:51:37 +0000
(11:51 +0300)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 12 May 2008 15:46:51 +0000
(16:46 +0100)
This patch removes the no longer used export of __kmap_atomic_to_page.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/highmem.c
patch
|
blob
|
history
diff --git
a/arch/mips/mm/highmem.c
b/arch/mips/mm/highmem.c
index 10dd2af2343bfa791a9f63657869fa4b9641272c..8f2cd8eda7415c37d0a2ff2da7a8c3e1d587ebd0 100644
(file)
--- 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);