projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cbfe20
)
x86: unexport kmap_atomic_to_page
author
Adrian Bunk
<bunk@kernel.org>
Mon, 21 Apr 2008 08:51:44 +0000
(11:51 +0300)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Apr 2008 21:15:34 +0000
(23:15 +0200)
This patch removes the no longer used export of kmap_atomic_to_page.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/highmem_32.c
patch
|
blob
|
history
diff --git
a/arch/x86/mm/highmem_32.c
b/arch/x86/mm/highmem_32.c
index
9cf33d3
..
165c871
100644
(file)
--- a/
arch/x86/mm/highmem_32.c
+++ b/
arch/x86/mm/highmem_32.c
@@
-155,4
+155,3
@@
EXPORT_SYMBOL(kmap);
EXPORT_SYMBOL(kunmap);
EXPORT_SYMBOL(kmap_atomic);
EXPORT_SYMBOL(kunmap_atomic);
-EXPORT_SYMBOL(kmap_atomic_to_page);