aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel/dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/c6x/kernel/dma.c')
-rw-r--r--arch/c6x/kernel/dma.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/c6x/kernel/dma.c b/arch/c6x/kernel/dma.c
index 9fff8be75f58..31e1a9ec3a9c 100644
--- a/arch/c6x/kernel/dma.c
+++ b/arch/c6x/kernel/dma.c
@@ -136,14 +136,3 @@ const struct dma_map_ops c6x_dma_ops = {
136 .sync_sg_for_cpu = c6x_dma_sync_sg_for_cpu, 136 .sync_sg_for_cpu = c6x_dma_sync_sg_for_cpu,
137}; 137};
138EXPORT_SYMBOL(c6x_dma_ops); 138EXPORT_SYMBOL(c6x_dma_ops);
139
140/* Number of entries preallocated for DMA-API debugging */
141#define PREALLOC_DMA_DEBUG_ENTRIES (1 << 16)
142
143static int __init dma_init(void)
144{
145 dma_debug_init(PREALLOC_DMA_DEBUG_ENTRIES);
146
147 return 0;
148}
149fs_initcall(dma_init);