diff options
Diffstat (limited to 'arch/arm/mach-bcmring/dma.c')
-rw-r--r-- | arch/arm/mach-bcmring/dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-bcmring/dma.c b/arch/arm/mach-bcmring/dma.c index d87ad30dda35..0ca00050666a 100644 --- a/arch/arm/mach-bcmring/dma.c +++ b/arch/arm/mach-bcmring/dma.c | |||
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | #include <linux/mm.h> | 35 | #include <linux/mm.h> |
36 | #include <linux/pfn.h> | 36 | #include <linux/pfn.h> |
37 | #include <asm/atomic.h> | 37 | #include <linux/atomic.h> |
38 | #include <mach/dma.h> | 38 | #include <mach/dma.h> |
39 | 39 | ||
40 | /* I don't quite understand why dc4 fails when this is set to 1 and DMA is enabled */ | 40 | /* I don't quite understand why dc4 fails when this is set to 1 and DMA is enabled */ |
@@ -835,7 +835,7 @@ int dma_init(void) | |||
835 | 835 | ||
836 | /* Create /proc/dma/channels and /proc/dma/devices */ | 836 | /* Create /proc/dma/channels and /proc/dma/devices */ |
837 | 837 | ||
838 | gDmaDir = create_proc_entry("dma", S_IFDIR | S_IRUGO | S_IXUGO, NULL); | 838 | gDmaDir = proc_mkdir("dma", NULL); |
839 | 839 | ||
840 | if (gDmaDir == NULL) { | 840 | if (gDmaDir == NULL) { |
841 | printk(KERN_ERR "Unable to create /proc/dma\n"); | 841 | printk(KERN_ERR "Unable to create /proc/dma\n"); |