linux-stable/drivers/scsi/qla4xxx
Baoyou Xie 02ccda2a2f scsi: qla4xxx: Mark symbols static where possible
We get 1 warning when build kernel with W=1:
drivers/scsi/qla4xxx/ql4_nx.c:1846:10: warning: no previous prototype for 'ql4_84xx_ipmdio_rd_reg' [-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. This patch marks
this function with 'static'.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Acked-by: Nilesh Javali <nilesh.javali@qlogic.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2016-09-02 06:06:43 -04:00
..
Kconfig
Makefile
ql4_83xx.c scsi: qla4xxx: shut up warning for rd_reg_indirect 2016-02-23 21:27:02 -05:00
ql4_83xx.h
ql4_attr.c
ql4_bsg.c qla4xxx: Fix printk() in qla4_83xx_read_reset_template() and qla4_83xx_pre_loopback_config() 2015-05-26 15:22:17 +02:00
ql4_bsg.h
ql4_dbg.c
ql4_dbg.h
ql4_def.h qla4xxx: add a missing include 2015-05-27 14:20:40 -04:00
ql4_fw.h
ql4_glbl.h
ql4_init.c
ql4_inline.h
ql4_iocb.c scsi: remove abuses of scsi_populate_tag 2014-11-12 11:19:41 +01:00
ql4_isr.c
ql4_mbx.c
ql4_nvram.c
ql4_nvram.h
ql4_nx.c scsi: qla4xxx: Mark symbols static where possible 2016-09-02 06:06:43 -04:00
ql4_nx.h
ql4_os.c scsi: use host wide tags by default 2015-11-09 17:11:57 -08:00
ql4_version.h