projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20aefac
)
scsi: lpfc: Fix header inclusion in lpfc_nvmet
author
James Smart
<
[email protected]
>
Tue, 30 Jan 2018 23:58:59 +0000
(15:58 -0800)
committer
Martin K. Petersen
<
[email protected]
>
Mon, 12 Feb 2018 16:43:24 +0000
(11:43 -0500)
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: Dick Kennedy <
[email protected]
>
Signed-off-by: James Smart <
[email protected]
>
Reviewed-by: Hannes Reinecke <
[email protected]
>
Signed-off-by: Martin K. Petersen <
[email protected]
>
drivers/scsi/lpfc/lpfc_nvmet.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/lpfc/lpfc_nvmet.c
b/drivers/scsi/lpfc/lpfc_nvmet.c
index 6dd8535918f6a8365da4e8c1a7833877196f95d0..823b6df0aec703ad6c6f7504bc1649f2815c4876 100644
(file)
--- a/
drivers/scsi/lpfc/lpfc_nvmet.c
+++ b/
drivers/scsi/lpfc/lpfc_nvmet.c
@@
-36,7
+36,7
@@
#include <scsi/scsi_transport_fc.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.h>