diff options
Diffstat (limited to 'backport/compat/compat-3.8.c')
-rw-r--r-- | backport/compat/compat-3.8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/compat/compat-3.8.c b/backport/compat/compat-3.8.c index 28843239..b63382df 100644 --- a/backport/compat/compat-3.8.c +++ b/backport/compat/compat-3.8.c @@ -417,4 +417,4 @@ int vm_iomap_memory(struct vm_area_struct *vma, phys_addr_t start, unsigned long /* Ok, let it rip */ return io_remap_pfn_range(vma, vma->vm_start, pfn, vm_len, vma->vm_page_prot); } -EXPORT_SYMBOL(vm_iomap_memory); +EXPORT_SYMBOL_GPL(vm_iomap_memory); |