From: Laurent Pinchart Date: Mon, 19 Jan 2015 11:54:27 +0000 (+0200) Subject: dmaengine: Add dma_get_slave_caps() inline stub when !CONFIG_DMA_ENGINE X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~48^2~28^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb8df9933632e177621daf60da74fc693a8c7d1;p=pandora-kernel.git dmaengine: Add dma_get_slave_caps() inline stub when !CONFIG_DMA_ENGINE Commit 0d5484b1c3db8a38 ("dmaengine: Move dma_get_slave_caps() implementation to dmaengine.c") turned the inline dma_get_slave_caps() function into an external function without adding an inline stub for the cases where CONFIG_DMA_ENGINE isn't set. This breaks compilation of drivers using the DMA engine API when CONFIG_DMA_ENGINE isn't set. Add an inline stub to fix compilation. Signed-off-by: Laurent Pinchart Fixes: 0d5484b1c3db ("dmaengine: Move dma_get_slave_caps() implementation to dmaengine.c") Signed-off-by: Vinod Koul --- Reading git-diff-tree failed