diff options
Diffstat (limited to 'arch/mips/mm/dma-default.c')
-rw-r--r-- | arch/mips/mm/dma-default.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/mips/mm/dma-default.c b/arch/mips/mm/dma-default.c index dcafa43613b6..f9fef0028ca2 100644 --- a/arch/mips/mm/dma-default.c +++ b/arch/mips/mm/dma-default.c | |||
@@ -402,13 +402,3 @@ static const struct dma_map_ops mips_default_dma_map_ops = { | |||
402 | 402 | ||
403 | const struct dma_map_ops *mips_dma_map_ops = &mips_default_dma_map_ops; | 403 | const struct dma_map_ops *mips_dma_map_ops = &mips_default_dma_map_ops; |
404 | EXPORT_SYMBOL(mips_dma_map_ops); | 404 | EXPORT_SYMBOL(mips_dma_map_ops); |
405 | |||
406 | #define PREALLOC_DMA_DEBUG_ENTRIES (1 << 16) | ||
407 | |||
408 | static int __init mips_dma_init(void) | ||
409 | { | ||
410 | dma_debug_init(PREALLOC_DMA_DEBUG_ENTRIES); | ||
411 | |||
412 | return 0; | ||
413 | } | ||
414 | fs_initcall(mips_dma_init); | ||