diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-21 11:51:37 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-05-12 16:46:51 +0100 |
commit | a64063046026729a69ad06c94453f4ddaa562d60 (patch) | |
tree | e04a346bc8d9184eabf35da8dabd891b28f8bec5 /arch/mips/mm | |
parent | dc3bf3532bf7240cf117b8ecf3d16526810eba6a (diff) | |
download | op-kernel-dev-a64063046026729a69ad06c94453f4ddaa562d60.zip op-kernel-dev-a64063046026729a69ad06c94453f4ddaa562d60.tar.gz |
[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>
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/highmem.c | 1 |
1 files changed, 0 insertions, 1 deletions
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(__kmap); EXPORT_SYMBOL(__kunmap); EXPORT_SYMBOL(__kmap_atomic); EXPORT_SYMBOL(__kunmap_atomic); -EXPORT_SYMBOL(__kmap_atomic_to_page); |