scsi: lpfc: Fix header inclusion in lpfc_nvmet
authorJames Smart <[email protected]>
Tue, 30 Jan 2018 23:58:59 +0000 (15:58 -0800)
committerMartin K. Petersen <[email protected]>
Mon, 12 Feb 2018 16:43:24 +0000 (11:43 -0500)
commit8d731d1aa993c44fcf4de0dbd42059e00cf37102
tree2ba951281595bb03df6d012ddca95947cb227f5c
parent20aefac3a9a23b56db43f1fe1b3ae72c87e39137
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: 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