commit | a68765430772fac92ad4f0dd9e33d31b4276546e | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Mon Jun 02 09:22:03 2014 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Jun 03 11:34:47 2014 +0530 |
tree | 3c8a5b4152720c820a032f8fc9c26c6a0d3a8732 | |
parent | 654fa24965aafcb4bb8a1a14400c5ecea3be76b6 [diff] |
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 <fengguang.wu@intel.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>