scsi: qla2xxx: add missing includes for qla_isr
authorJohannes Thumshirn <jthumshirn@suse.de>
Wed, 30 Aug 2017 13:12:31 +0000 (15:12 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 31 Aug 2017 02:09:12 +0000 (22:09 -0400)
commitd32041ec9524fe75a4b2418c05ff55e3250139c1
tree8aa1def785a631b64f849daf16107303650c4239
parent96676246981b8321fb7bcaf51147f3be7c436af5
scsi: qla2xxx: add missing includes for qla_isr

Since commit 7401bc18d1ee ("scsi: qla2xxx: Add FC-NVMe command
handling") we make use of 'struct nvmefc_fcp_req' in
qla24xx_nvme_iocb_entry() without including linux/nvme-fc-driver.h where
it is defined.

Add linux/nvme-fc-driver.h (and scsi/fc/fc_fs.h as nvme-fc-driver.h
needs the definition of 'struct fc_ba_rjt' from scsi/fc/fc_fs.h) to the
header files included by qla_isr.c.

Fixes: 7401bc18d1ee ("scsi: qla2xxx: Add FC-NVMe command handling")
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Acked-by: Himanshu Madhani <himanshu.madhani@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_isr.c