mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
scsi: qla2xxx: Fix IOCB resource check warning
Make qla_get_iocbs_resource() static to fix the warning:
>> drivers/scsi/qla2xxx/qla_iocb.c:3820:5: warning: no previous prototype for
>> 'qla_get_iocbs_resource' [-Wmissing-prototypes]
3820 | int qla_get_iocbs_resource(struct srb *sp)
| ^~~~~~~~~~~~~~~~~~~~~~
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Nilesh Javali <njavali@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
d676a9e3d9
commit
1e27648c84
|
|
@ -3817,7 +3817,7 @@ qla24xx_prlo_iocb(srb_t *sp, struct logio_entry_24xx *logio)
|
|||
logio->vp_index = sp->fcport->vha->vp_idx;
|
||||
}
|
||||
|
||||
int qla_get_iocbs_resource(struct srb *sp)
|
||||
static int qla_get_iocbs_resource(struct srb *sp)
|
||||
{
|
||||
bool get_exch;
|
||||
bool push_it_through = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user