提交 8d731d1a 编写于 作者: J James Smart 提交者: Martin K. Petersen

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 <linux/nvme.h> header.
Signed-off-by: NDick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: NJames Smart <james.smart@broadcom.com>
Reviewed-by: NHannes Reinecke <hare@suse.com>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 20aefac3
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <scsi/scsi_transport_fc.h> #include <scsi/scsi_transport_fc.h>
#include <scsi/fc/fc_fs.h> #include <scsi/fc/fc_fs.h>
#include <../drivers/nvme/host/nvme.h> #include <linux/nvme.h>
#include <linux/nvme-fc-driver.h> #include <linux/nvme-fc-driver.h>
#include <linux/nvme-fc.h> #include <linux/nvme-fc.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册