summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2018-05-15 09:43:35 +0300
committerMark Brown <broonie@kernel.org>2018-05-17 13:28:58 +0900
commit1cc0fe247958e5ae359e42e4d3cae1cf4f3c8136 (patch)
tree2dfbff4f3dcfda856875ad0e11b6b59c00398628 /sound
parent7bf8ad175a1c535e31c9966984a65d12f5ff8629 (diff)
downloadop-kernel-dev-1cc0fe247958e5ae359e42e4d3cae1cf4f3c8136.zip
op-kernel-dev-1cc0fe247958e5ae359e42e4d3cae1cf4f3c8136.tar.gz
ASoC: omap: sdma-pcm: Correction for the include files
The sdma-pcm does not need any information from omap-dma.h, it only needs to include the omap-dmaengine.h - for the omap_dma_filter_fn, but that might not be needed at all as OMAP1 was converted to dma_slave_map, but I can not test OMAP1. Add the linux/device.h include as well for devm_kzalloc() Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/omap/sdma-pcm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/omap/sdma-pcm.c b/sound/soc/omap/sdma-pcm.c
index 3e52ccb..21a9c24 100644
--- a/sound/soc/omap/sdma-pcm.c
+++ b/sound/soc/omap/sdma-pcm.c
@@ -4,13 +4,14 @@
* Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
*/
+#include <linux/device.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/dmaengine_pcm.h>
-#include <linux/omap-dma.h>
+#include <linux/omap-dmaengine.h>
#include "sdma-pcm.h"
OpenPOWER on IntegriCloud