diff options
author | Vinod Koul <vinod.koul@intel.com> | 2017-07-19 07:33:24 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-07-19 07:33:24 +0300 |
commit | dd2bceb0a8efbeabc37ca4cfec1d4bf9021fef8c (patch) | |
tree | c5bad510c21cd23987c8765ba17e073a2a8aa196 /.get_maintainer.ignore | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) | |
download | linux-dd2bceb0a8efbeabc37ca4cfec1d4bf9021fef8c.tar.xz |
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>
Diffstat (limited to '.get_maintainer.ignore')
0 files changed, 0 insertions, 0 deletions