qla2x00t-32gbit: Fix the build against kernel versions before v4.10

Fixes: 849adf540b ("qla2x00t-32gbit: Backport to kernel v4.9"; r8105)
Reported-by: Andri L. Vicko <andri_vicko@outlook.com>


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8589 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-09-25 15:22:49 +00:00
parent be309a2e31
commit c081f0f982
+6
View File
@@ -726,4 +726,10 @@ int qla_nvme_register_hba(struct scsi_qla_host *vha)
return ret;
}
#else
void qla_nvme_unregister_remote_port(struct fc_port *fcport)
{
}
#endif