mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 10:16:42 +07:00
[SCSI] qla2xxx: qla2x00_sp_compl can be static.
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
378c538d25
commit
14b06808d2
@ -644,7 +644,7 @@ qla2x00_sp_free_dma(void *vha, void *ptr)
|
|||||||
qla2x00_rel_sp(sp->fcport->vha, sp);
|
qla2x00_rel_sp(sp->fcport->vha, sp);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
qla2x00_sp_compl(void *data, void *ptr, int res)
|
qla2x00_sp_compl(void *data, void *ptr, int res)
|
||||||
{
|
{
|
||||||
struct qla_hw_data *ha = (struct qla_hw_data *)data;
|
struct qla_hw_data *ha = (struct qla_hw_data *)data;
|
||||||
|
Loading…
Reference in New Issue
Block a user