diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-01-07 10:14:38 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:38 -0500 |
commit | 4c1ed6a57bc51ecd471989ae744da86a9101912f (patch) | |
tree | 5e4db973dfd07fc314283889e3420d49c3be420f /arch/blackfin/include/asm/dma.h | |
parent | 8f1cc233881cd5335327ef84baa6ba1c83b379b4 (diff) |
Blackfin arch: dma header file: strip down includes to only necessary ones
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/include/asm/dma.h')
-rw-r--r-- | arch/blackfin/include/asm/dma.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/arch/blackfin/include/asm/dma.h b/arch/blackfin/include/asm/dma.h index c327135ff9dd..4928e7aa4801 100644 --- a/arch/blackfin/include/asm/dma.h +++ b/arch/blackfin/include/asm/dma.h | |||
@@ -8,16 +8,10 @@ | |||
8 | #ifndef _BLACKFIN_DMA_H_ | 8 | #ifndef _BLACKFIN_DMA_H_ |
9 | #define _BLACKFIN_DMA_H_ | 9 | #define _BLACKFIN_DMA_H_ |
10 | 10 | ||
11 | #include <asm/io.h> | ||
12 | #include <linux/slab.h> | ||
13 | #include <asm/irq.h> | ||
14 | #include <asm/signal.h> | ||
15 | |||
16 | #include <linux/kernel.h> | ||
17 | #include <mach/dma.h> | ||
18 | #include <linux/mm.h> | ||
19 | #include <linux/interrupt.h> | 11 | #include <linux/interrupt.h> |
12 | #include <mach/dma.h> | ||
20 | #include <asm/blackfin.h> | 13 | #include <asm/blackfin.h> |
14 | #include <asm/page.h> | ||
21 | 15 | ||
22 | #define MAX_DMA_ADDRESS PAGE_OFFSET | 16 | #define MAX_DMA_ADDRESS PAGE_OFFSET |
23 | 17 | ||
@@ -110,6 +104,7 @@ struct dma_register { | |||
110 | 104 | ||
111 | }; | 105 | }; |
112 | 106 | ||
107 | struct mutex; | ||
113 | struct dma_channel { | 108 | struct dma_channel { |
114 | struct mutex dmalock; | 109 | struct mutex dmalock; |
115 | const char *device_id; | 110 | const char *device_id; |