diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2013-08-07 13:02:52 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-12 15:46:51 -0700 |
commit | 5a73633ef01cd8772defa6a3c34a588376a1df4c (patch) | |
tree | 06e1b1302e7ac4c1e4011fe51c69d593b5630d6c /mm | |
parent | ff96066e3171acdea356b331163495957cb833d0 (diff) | |
download | op-kernel-dev-5a73633ef01cd8772defa6a3c34a588376a1df4c.zip op-kernel-dev-5a73633ef01cd8772defa6a3c34a588376a1df4c.tar.gz |
mm: make generic_access_phys available for modules
In the next commit this function will be used in the uio subsystem
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/memory.c b/mm/memory.c index 1ce2e2a..8d9255b 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -4066,6 +4066,7 @@ int generic_access_phys(struct vm_area_struct *vma, unsigned long addr, return len; } +EXPORT_SYMBOL_GPL(generic_access_phys); #endif /* |