EXPORT_SYMBOL(__arch_strnlen_user);
EXPORT_SYMBOL(__arch_strncpy_from_user);
- /* consistent area handling */
-EXPORT_SYMBOL(consistent_alloc);
-EXPORT_SYMBOL(consistent_free);
-EXPORT_SYMBOL(consistent_sync);
-
EXPORT_SYMBOL_NOVERS(__get_user_1);
EXPORT_SYMBOL_NOVERS(__get_user_2);
EXPORT_SYMBOL_NOVERS(__get_user_4);
no_page:
return ret;
}
+EXPORT_SYMBOL(consistent_alloc);
/*
* Since we have the DMA mask available to us here, we could try to do
return consistent_alloc(gfp, size, handle, 0);
}
-
EXPORT_SYMBOL(dma_alloc_coherent);
/*
"invalid area: %p\n", vaddr);
dump_stack();
}
+EXPORT_SYMBOL(consistent_free);
/*
* Initialise the consistent memory allocation.
BUG();
}
}
+EXPORT_SYMBOL(consistent_sync);