Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

frv: 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: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Adrian Bunk and committed by
Linus Torvalds
9fd91217 eb0cc5fe

-3
-3
arch/frv/mm/highmem.c
··· 36 36 { 37 37 return virt_to_page(ptr); 38 38 } 39 - 40 - 41 - EXPORT_SYMBOL(kmap_atomic_to_page);