From: Krzysztof Kozlowski Date: Mon, 29 Dec 2014 13:01:30 +0000 (+0100) Subject: dmaengine: k3: Fix duplicated function name and allmodconfig build X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~48^2~28^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1a9becbf35899cd44ac1bea4a04f98e5adc9ffb;p=pandora-kernel.git dmaengine: k3: Fix duplicated function name and allmodconfig build While splitting device control in db08425ebd51 ("dmaengine: k3: Split device_control") new function with the same 'k3_dma_resume' name was added, leading to build error: drivers/dma/k3dma.c:823:12: error: conflicting types for ‘k3_dma_resume’ drivers/dma/k3dma.c:625:12: note: previous definition of ‘k3_dma_resume’ was here Signed-off-by: Krzysztof Kozlowski Signed-off-by: Vinod Koul --- Reading git-diff-tree failed