From a68765430772fac92ad4f0dd9e33d31b4276546e Mon Sep 17 00:00:00 2001 From: Vinod Koul Date: Mon, 2 Jun 2014 09:22:03 +0530 Subject: [PATCH] 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-format-patch failed