Commit f80d1c35 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Greg Kroah-Hartman

mm: make generic_access_phys available for modules

commit 5a73633e upstream.

In the next commit this function will be used in the uio subsystem
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 54a702cb
...@@ -4074,6 +4074,7 @@ int generic_access_phys(struct vm_area_struct *vma, unsigned long addr, ...@@ -4074,6 +4074,7 @@ int generic_access_phys(struct vm_area_struct *vma, unsigned long addr,
return len; return len;
} }
EXPORT_SYMBOL_GPL(generic_access_phys);
#endif #endif
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment