diff options
Diffstat (limited to 'sound/arm/pxa2xx-pcm.h')
-rw-r--r-- | sound/arm/pxa2xx-pcm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/arm/pxa2xx-pcm.h b/sound/arm/pxa2xx-pcm.h index 2a8fc08d52a1..00330985beec 100644 --- a/sound/arm/pxa2xx-pcm.h +++ b/sound/arm/pxa2xx-pcm.h | |||
@@ -9,12 +9,11 @@ | |||
9 | * it under the terms of the GNU General Public License version 2 as | 9 | * it under the terms of the GNU General Public License version 2 as |
10 | * published by the Free Software Foundation. | 10 | * published by the Free Software Foundation. |
11 | */ | 11 | */ |
12 | #include <mach/dma.h> | ||
13 | 12 | ||
14 | struct pxa2xx_runtime_data { | 13 | struct pxa2xx_runtime_data { |
15 | int dma_ch; | 14 | int dma_ch; |
16 | struct snd_dmaengine_dai_dma_data *params; | 15 | struct snd_dmaengine_dai_dma_data *params; |
17 | pxa_dma_desc *dma_desc_array; | 16 | struct pxa_dma_desc *dma_desc_array; |
18 | dma_addr_t dma_desc_array_phys; | 17 | dma_addr_t dma_desc_array_phys; |
19 | }; | 18 | }; |
20 | 19 | ||