summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-08-13 14:22:42 +0200
committerThierry Reding <treding@nvidia.com>2014-06-04 09:30:44 +0200
commite0b643b87daaf0cf10b6f690a76cc9dbc536abd7 (patch)
tree48fdc7f535a575d689cc8d66dba8a4134797ac50 /mm
parente091378d6aadbb6b5f2e6f44ba593d6d20e0f924 (diff)
mm, vmalloc: Export get_vm_area()
The Tegra PCIe host controller driver uses this function. Export it so that the driver can be built as a module. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'mm')
-rw-r--r--mm/vmalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index f64632b6719..0b65a41e065 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -1376,6 +1376,7 @@ struct vm_struct *get_vm_area(unsigned long size, unsigned long flags)
NUMA_NO_NODE, GFP_KERNEL,
__builtin_return_address(0));
}
+EXPORT_SYMBOL_GPL(get_vm_area);
struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags,
const void *caller)