From: Vinod Koul Date: Mon, 2 Jun 2014 03:52:03 +0000 (+0530) Subject: dmaengine: sh: make shdma_prep_dma_cyclic static X-Git-Tag: omap-for-v3.16/fixes-against-rc1~69^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a68765430772fac92ad4f0dd9e33d31b4276546e;p=pandora-kernel.git dmaengine: sh: make shdma_prep_dma_cyclic static kbuild test robot reports that shdma_prep_dma_cyclic should be static, since symbol is not declared, quick check revails that is the case >> drivers/dma/sh/shdma-base.c:660:32: sparse: symbol 'shdma_prep_dma_cyclic' >> was not declared. Should it be static? Reported-by: kbuild test robot Acked-by: Laurent Pinchart Signed-off-by: Vinod Koul --- Reading git-diff-tree failed