aboutsummaryrefslogtreecommitdiff
path: root/sound/arm
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2008-12-01 11:43:08 +0800
committerEric Miao <eric.miao@marvell.com>2008-12-02 14:42:26 +0800
commitafb5b5c9adb66c73b83dc39319efbacb6fb26a7d (patch)
treef208ef42a2966cba108eca4cc5daf4fcf38d6de2 /sound/arm
parented313489badef16d700f5a3be50e8fd8f8294bc8 (diff)
[ARM] pxa: explicit #include <mach/dma.h> in various drivers
Where 'pxa_dma_desc' and 'pxa_{request,free}_dma' are referenced. Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'sound/arm')
-rw-r--r--sound/arm/pxa2xx-pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/arm/pxa2xx-pcm.h b/sound/arm/pxa2xx-pcm.h
index 5c4a4d38a08..65f86b56ba4 100644
--- a/sound/arm/pxa2xx-pcm.h
+++ b/sound/arm/pxa2xx-pcm.h
@@ -9,7 +9,7 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
-#include <asm/dma.h>
+#include <mach/dma.h>
struct pxa2xx_runtime_data {
int dma_ch;