diff --git a/qla2x00t-32gbit/qla_nvme.c b/qla2x00t-32gbit/qla_nvme.c index 9b65e26d3..4bfb41e28 100644 --- a/qla2x00t-32gbit/qla_nvme.c +++ b/qla2x00t-32gbit/qla_nvme.c @@ -6,10 +6,10 @@ */ #include +#include "qla_nvme.h" #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0) -#include "qla_nvme.h" #include #include #include @@ -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