From: Will Deacon Date: Fri, 19 Oct 2012 13:03:31 +0000 (+0100) Subject: mm: highmem: export kmap_to_page for modules X-Git-Tag: v3.8-rc1~28^2~26 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0263d2d222e9e25f2587e51a9dc58c6fb2a9352;p=pandora-kernel.git mm: highmem: export kmap_to_page for modules Some virtio device drivers (9p) need to translate high virtual addresses to physical addresses, which are inserted into the virtqueue for processing by userspace. This patch exports the kmap_to_page symbol, so that the affected drivers can be compiled as modules. Cc: stable@kernel.org Signed-off-by: Will Deacon Signed-off-by: Rusty Russell --- Reading git-diff-tree failed