dmaengine: bcm-scm-raid: statify functions
authorVinod Koul <vinod.koul@intel.com>
Wed, 19 Jul 2017 04:33:24 +0000 (10:03 +0530)
committerVinod Koul <vinod.koul@intel.com>
Wed, 19 Jul 2017 04:33:24 +0000 (10:03 +0530)
commitdd2bceb0a8efbeabc37ca4cfec1d4bf9021fef8c
treec5bad510c21cd23987c8765ba17e073a2a8aa196
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
dmaengine: bcm-scm-raid: statify functions

This driver builds with warnings which can be fixed by making these
functions static.

  CC [M]  drivers/dma/bcm-sba-raid.o
drivers/dma/bcm-sba-raid.c:786:1: warning: no previous prototype for ‘sba_prep_dma_xor_req’ [-Wmissing-prototypes]
 sba_prep_dma_xor_req(struct sba_device *sba,
 ^
drivers/dma/bcm-sba-raid.c:995:1: warning: no previous prototype for ‘sba_prep_dma_pq_req’ [-Wmissing-prototypes]
 sba_prep_dma_pq_req(struct sba_device *sba, dma_addr_t off,
 ^
drivers/dma/bcm-sba-raid.c:1247:1: warning: no previous prototype for ‘sba_prep_dma_pq_single_req’ [-Wmissing-prototypes]
 sba_prep_dma_pq_single_req(struct sba_device *sba, dma_addr_t off,
 ^

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/bcm-sba-raid.c