]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: sprd: statify 'sprd_dma_prep_dma_memcpy'
authorVinod Koul <vinod.koul@intel.com>
Fri, 12 Jan 2018 17:01:17 +0000 (22:31 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 15 Jan 2018 06:03:11 +0000 (11:33 +0530)
commit08140ebd2f73df824d78fb562a18feba44a4d800
treec28603d7241c91020d36265afd6c0074f3e6f518
parentfc34a8d7a6e80eb2c2304f3fb1526e012599ae42
dmaengine: sprd: statify 'sprd_dma_prep_dma_memcpy'

Sparse warns that 'sprd_dma_prep_dma_memcpy' should be static so make it
static.

drivers/dma/sprd-dma.c:713:32: warning:
symbol'sprd_dma_prep_dma_memcpy' was not declared. Should it be static?

Reviewed-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/sprd-dma.c