scsi_dh_alua: Declare local functions static
commit1f275f976fdc04bf1bfd06929d10852b1b05decc
authorBart Van Assche <bart.vanassche@sandisk.com>
Thu, 14 Apr 2016 17:27:14 +0000 (14 10:27 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 15 Apr 2016 20:53:19 +0000 (15 16:53 -0400)
tree2b0451cc9fd3a10dac4d12d3e67edbefcff553a9
parent23409bd4a8b051e28d0106c7a83f362617452098
scsi_dh_alua: Declare local functions static

This patch avoids that building with W=1 causes gcc to report the
following type of warning:

    no previous prototype for ... [-Wmissing-prototypes]

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Hannes Reinicke <hare@suse.de>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Ewan Milne <emilne@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/device_handler/scsi_dh_alua.c