From: James Smart Date: Tue, 30 Jan 2018 23:58:59 +0000 (-0800) Subject: scsi: lpfc: Fix header inclusion in lpfc_nvmet X-Git-Tag: v4.17-rc1~112^2~152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d731d1aa993c44fcf4de0dbd42059e00cf37102;p=thirdparty%2Fkernel%2Flinux.git scsi: lpfc: Fix header inclusion in lpfc_nvmet The driver was inappropriately pulling in the nvme host's nvme.h header. What it really needed was the standard header. Signed-off-by: Dick Kennedy Signed-off-by: James Smart Reviewed-by: Hannes Reinecke Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/lpfc/lpfc_nvmet.c b/drivers/scsi/lpfc/lpfc_nvmet.c index 6dd8535918f6a..823b6df0aec70 100644 --- a/drivers/scsi/lpfc/lpfc_nvmet.c +++ b/drivers/scsi/lpfc/lpfc_nvmet.c @@ -36,7 +36,7 @@ #include #include -#include <../drivers/nvme/host/nvme.h> +#include #include #include