From: Andy Shevchenko Date: Tue, 23 Sep 2014 14:18:13 +0000 (+0300) Subject: dmaengine: dw: always export dw_dma_{en,dis}able X-Git-Tag: fixes-against-v3.18-rc2~40^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2540f74b187e3ec0fe106b7427c4a84c955dc140;p=pandora-kernel.git dmaengine: dw: always export dw_dma_{en,dis}able Instead of conditional exporing of dw_dma_suspend() / dw_dma_resume() let's export dw_dma_disable() / dw_dma_enable(). Since dw_dma_shutdown() repeats dw_dma_disable() we may safely remove it at all. Signed-off-by: Andy Shevchenko Signed-off-by: Vinod Koul --- Reading git-diff-tree failed