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-Tag: firefly_0821_release~3680^2~2691^2~52^2~25^2~32 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=07a38b1b4ee505a70c31eb015f1f031dcdb854ab;p=firefly-linux-kernel-4.4.55.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