diff options
Diffstat (limited to 'arch/openrisc/kernel/dma.c')
-rw-r--r-- | arch/openrisc/kernel/dma.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/openrisc/kernel/dma.c b/arch/openrisc/kernel/dma.c index a945f00011b4..ec7fd45704d2 100644 --- a/arch/openrisc/kernel/dma.c +++ b/arch/openrisc/kernel/dma.c | |||
@@ -247,14 +247,3 @@ const struct dma_map_ops or1k_dma_map_ops = { | |||
247 | .sync_single_for_device = or1k_sync_single_for_device, | 247 | .sync_single_for_device = or1k_sync_single_for_device, |
248 | }; | 248 | }; |
249 | EXPORT_SYMBOL(or1k_dma_map_ops); | 249 | EXPORT_SYMBOL(or1k_dma_map_ops); |
250 | |||
251 | /* Number of entries preallocated for DMA-API debugging */ | ||
252 | #define PREALLOC_DMA_DEBUG_ENTRIES (1 << 16) | ||
253 | |||
254 | static int __init dma_init(void) | ||
255 | { | ||
256 | dma_debug_init(PREALLOC_DMA_DEBUG_ENTRIES); | ||
257 | |||
258 | return 0; | ||
259 | } | ||
260 | fs_initcall(dma_init); | ||