From: Uwe Kleine-König Date: Wed, 7 Aug 2013 11:02:52 +0000 (+0200) Subject: mm: make generic_access_phys available for modules X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=f80d1c35d87072b46bf47f323f8051c4a5073fb4;p=linux-edison.git mm: make generic_access_phys available for modules commit 5a73633ef01cd8772defa6a3c34a588376a1df4c upstream. In the next commit this function will be used in the uio subsystem Signed-off-by: Uwe Kleine-König Signed-off-by: Greg Kroah-Hartman --- diff --git a/mm/memory.c b/mm/memory.c index 5a35443c01a..0a6f3d16747 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -4074,6 +4074,7 @@ int generic_access_phys(struct vm_area_struct *vma, unsigned long addr, return len; } +EXPORT_SYMBOL_GPL(generic_access_phys); #endif /*