summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2013-06-08 16:00:47 +0800
committerPeter Chen <peter.chen@freescale.com>2013-06-19 18:13:58 +0800
commit10bfcdde328e3522218d107518fc417b05b62b3e (patch)
tree4e833d8c9fc5856add59706d14bd168793244c91 /include
parent35b5874013dbc528c21c830043532e36c7bf84ca (diff)
ENGR00266285-3 mm: dmapool: export for normal case
It is the same issue with ENGR00217721, and it is also needed for normal usb case. Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/dmapool.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dmapool.h b/include/linux/dmapool.h
index 450950163272..c3c41efe2424 100644
--- a/include/linux/dmapool.h
+++ b/include/linux/dmapool.h
@@ -22,10 +22,8 @@ void dma_pool_destroy(struct dma_pool *pool);
void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags,
dma_addr_t *handle);
-#ifdef CONFIG_FSL_UTP
void *dma_pool_alloc_nonbufferable(struct dma_pool *pool, gfp_t mem_flags,
dma_addr_t *handle);
-#endif
void dma_pool_free(struct dma_pool *pool, void *vaddr, dma_addr_t addr);