From: Maxime Ripard Date: Thu, 7 Aug 2014 17:00:44 +0000 (+0200) Subject: dmaengine: sun6i: depends on RESET_CONTROLLER X-Git-Tag: omap-for-v3.17/fixes-against-rc2~88^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0bbe990c161ddf56444efe80d9d6e15fdc47aca;p=pandora-kernel.git dmaengine: sun6i: depends on RESET_CONTROLLER Fixes a compilation error when RESET_CONTROLLER is not enabled in the configuration. drivers/dma/sun6i-dma.c: In function 'sun6i_dma_probe': drivers/dma/sun6i-dma.c:911:2: error: implicit declaration of function 'devm_reset_control_get' [-Werror=implicit-function-declaration] Signed-off-by: Maxime Ripard Reported-by: Randy Dunlap Signed-off-by: Vinod Koul --- Reading git-diff-tree failed