commit | 8d731d1aa993c44fcf4de0dbd42059e00cf37102 | [log] [tgz] |
---|---|---|
author | James Smart <jsmart2021@gmail.com> | Tue Jan 30 15:58:59 2018 -0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Feb 12 11:43:24 2018 -0500 |
tree | 2ba951281595bb03df6d012ddca95947cb227f5c | |
parent | 20aefac3a9a23b56db43f1fe1b3ae72c87e39137 [diff] |
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 <dick.kennedy@broadcom.com> Signed-off-by: James Smart <james.smart@broadcom.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>