Skip to content

Commit

Permalink
[MIPS] unexport __kmap_atomic_to_page
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Ralf Baechle committed May 12, 2008
1 parent dc3bf35 commit a640630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/mm/highmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,3 @@ EXPORT_SYMBOL(__kmap);
EXPORT_SYMBOL(__kunmap);
EXPORT_SYMBOL(__kmap_atomic);
EXPORT_SYMBOL(__kunmap_atomic);
EXPORT_SYMBOL(__kmap_atomic_to_page);

0 comments on commit a640630

Please sign in to comment.