Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
[deliverable/linux.git] / arch / sparc / kernel / dma.c
CommitLineData
944c67df
DM
1#include <linux/kernel.h>
2#include <linux/module.h>
3#include <linux/dma-mapping.h>
451d7400 4#include <linux/dma-debug.h>
944c67df 5
451d7400 6#define PREALLOC_DMA_DEBUG_ENTRIES (1 << 15)
944c67df 7
451d7400 8static int __init dma_init(void)
944c67df 9{
451d7400 10 dma_debug_init(PREALLOC_DMA_DEBUG_ENTRIES);
944c67df
DM
11 return 0;
12}
451d7400 13fs_initcall(dma_init);
This page took 0.223983 seconds and 5 git commands to generate.