Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14b06808 authored by Fengguang Wu's avatar Fengguang Wu Committed by James Bottomley
Browse files

[SCSI] qla2xxx: qla2x00_sp_compl can be static.

parent 378c538d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -644,7 +644,7 @@ qla2x00_sp_free_dma(void *vha, void *ptr)
	qla2x00_rel_sp(sp->fcport->vha, sp);
}

void
static void
qla2x00_sp_compl(void *data, void *ptr, int res)
{
	struct qla_hw_data *ha = (struct qla_hw_data *)data;