From: Paul Gortmaker Date: Sat, 25 Feb 2012 21:12:30 +0000 (-0500) Subject: ASoC: fix trivial build error in mpc5200_dma.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=07a38b1b4ee505a70c31eb015f1f031dcdb854ab;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 Signed-off-by: Mark Brown --- 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 #include +#include #include #include