summaryrefslogtreecommitdiff
path: root/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
diff options
context:
space:
mode:
authorBaoyou Xie <baoyou.xie@linaro.org>2016-09-04 14:47:10 +0800
committerMartin K. Petersen <martin.petersen@oracle.com>2016-09-09 07:08:38 -0400
commita44199eee7fdd2791b39da88938e6de6f5058632 (patch)
tree7371f62c46ad74083c01684e89c802aaa2c021f6 /drivers/scsi/bnx2fc/bnx2fc_fcoe.c
parent393c8019e9ce1884f232e2d37761c61796e22095 (diff)
scsi: aacraid: mark aac_src_select_comm() static
We get 1 warning when building kernel with W=1: drivers/scsi/aacraid/src.c:616:5: warning: no previous prototype for 'aac_src_select_comm' [-Wmissing-prototypes] In fact, this function is only used in the file in which it is declared and don't need a declaration, but can be made static. so this patch marks this function with 'static'. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Dave Carroll <david.carroll@microsemi.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/bnx2fc/bnx2fc_fcoe.c')
0 files changed, 0 insertions, 0 deletions