aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/mpc5200_dma.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-02-25 16:12:30 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-02-27 14:56:30 +0000
commit07a38b1b4ee505a70c31eb015f1f031dcdb854ab (patch)
tree718b96ab761ef0f04f0caa2c8c673bcfe2296fa1 /sound/soc/fsl/mpc5200_dma.c
parentASoC: imx: let SND_MXC_SOC_FIQ select FIQ (diff)
downloadlinux-dev-07a38b1b4ee505a70c31eb015f1f031dcdb854ab.tar.xz
linux-dev-07a38b1b4ee505a70c31eb015f1f031dcdb854ab.zip
ASoC: fix trivial build error in mpc5200_dma.c
Add the obvious header to fix this: sound/soc/fsl/mpc5200_dma.c:301: error: implicit declaration of function 'DMA_BIT_MASK' sound/soc/fsl/mpc5200_dma.c:301: error: initializer element is not constant Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/fsl/mpc5200_dma.c')
-rw-r--r--sound/soc/fsl/mpc5200_dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/mpc5200_dma.c b/sound/soc/fsl/mpc5200_dma.c
index 33adbf1e40d6..9a3f7c5ab687 100644
--- a/sound/soc/fsl/mpc5200_dma.c
+++ b/sound/soc/fsl/mpc5200_dma.c
@@ -8,6 +8,7 @@
#include <linux/module.h>
#include <linux/of_device.h>
+#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include <linux/of_platform.h>