]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fix trivial build error in mpc5200_dma.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 25 Feb 2012 21:12:30 +0000 (16:12 -0500)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 27 Feb 2012 14:56:30 +0000 (14:56 +0000)
commit0d0be59ce9b0c878d699d2bd5c90b6d8ae0f0077
tree718b96ab761ef0f04f0caa2c8c673bcfe2296fa1
parente4cbae97380ccfc26caebd279714e48dd3b59f42
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>
sound/soc/fsl/mpc5200_dma.c