]> git.baikalelectronics.ru Git - kernel.git/commit
lpfc: mark function as static in lpfc/lpfc_bsg.c
authorRashika Kheria <rashika.kheria@gmail.com>
Wed, 3 Sep 2014 16:55:46 +0000 (12:55 -0400)
committerChristoph Hellwig <hch@lst.de>
Tue, 16 Sep 2014 16:10:05 +0000 (09:10 -0700)
commit39d401724ab57e1c737256af9ae9a363427dade4
treea11b3d94697406caa3bbfc17fd8cf784cf15c9fb
parentcd9f82e30b8a1fd2a1235644d0b9ed91f3f2e01c
lpfc: mark function as static in lpfc/lpfc_bsg.c

[PATCH 26/55] scsi: Mark function as static in lpfc/lpfc_bsg.c

Mark function as static in lpfc/lpfc_bsg.c because it is not used
outside this file.

This eliminates the following warning in lpfc/lpfc_bsg.c:
drivers/scsi/lpfc/lpfc_bsg.c:3348:1: warning: no previous prototype for ‘lpfc_bsg_issue_mbox_cmpl’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Reviewed-by: James Smart <james.smart@emulex.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/lpfc/lpfc_bsg.c