projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff96066
)
mm: make generic_access_phys available for modules
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Wed, 7 Aug 2013 11:02:52 +0000
(13:02 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 22:46:51 +0000
(15:46 -0700)
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>
mm/memory.c
patch
|
blob
|
history
diff --git
a/mm/memory.c
b/mm/memory.c
index 1ce2e2a734fc2b0812845279a69cb87f48588d3e..8d9255b69ff0d7c3d2bd4dcc158ff748c926f22e 100644
(file)
--- 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
/*