commit | a64063046026729a69ad06c94453f4ddaa562d60 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Mon Apr 21 11:51:37 2008 +0300 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon May 12 16:46:51 2008 +0100 |
tree | e04a346bc8d9184eabf35da8dabd891b28f8bec5 | |
parent | dc3bf3532bf7240cf117b8ecf3d16526810eba6a [diff] |
[MIPS] 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: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/mm/highmem.c b/arch/mips/mm/highmem.c index 10dd2af..8f2cd8e 100644 --- a/arch/mips/mm/highmem.c +++ b/arch/mips/mm/highmem.c
@@ -116,4 +116,3 @@ EXPORT_SYMBOL(__kunmap); EXPORT_SYMBOL(__kmap_atomic); EXPORT_SYMBOL(__kunmap_atomic); -EXPORT_SYMBOL(__kmap_atomic_to_page);