]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: omap: sdma-pcm: Correction for the include files
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 15 May 2018 06:43:35 +0000 (09:43 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 17 May 2018 04:28:58 +0000 (13:28 +0900)
commit9fe75e258c392743c92b23a007268068b3b5e4cc
tree2dfbff4f3dcfda856875ad0e11b6b59c00398628
parent4ab9aca4ac3b95d1167d0b3d9a02e095add2e6fd
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>
sound/soc/omap/sdma-pcm.c