Skip to content

Commit

Permalink
frv: 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 <[email protected]>
Signed-off-by: David Howells <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
AdrianBunk authored and torvalds committed Apr 21, 2008
1 parent eb0cc5f commit 9fd9121
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/frv/mm/highmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,3 @@ struct page *kmap_atomic_to_page(void *ptr)
{
return virt_to_page(ptr);
}


EXPORT_SYMBOL(kmap_atomic_to_page);

0 comments on commit 9fd9121

Please sign in to comment.