]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine/ARM: omap-dma: Fix the DMAengine compile test on non OMAP configs
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 21 Sep 2016 12:41:30 +0000 (15:41 +0300)
committerVinod Koul <vinod.koul@intel.com>
Wed, 28 Sep 2016 03:23:14 +0000 (08:53 +0530)
commita8db115e476ee31fc3e892522038da50dd3a66cc
tree55f132b2dcc91e391425202cfe0b465cd06b868d
parent1634d3083579a0f228fbe337f20fec0e196d36b2
dmaengine/ARM: omap-dma: Fix the DMAengine compile test on non OMAP configs

The DMAengine driver for omap-dma use three function calls from the
plat-omap legacy driver. When the DMAengine driver is built when ARCH_OMAP
is not set, the compilation will fail due to missing symbols.
Add empty inline functions to allow the DMAengine driver to be compiled
with COMPILE_TEST.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
include/linux/omap-dma.h