]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit80fadac4aa74d30fde84f842ab4ee123c77a0174
tree8aa1def785a631b64f849daf16107303650c4239
parentd0064563d9c98a2605d083dcda9882ada4eb17da
scsi: qla2xxx: add missing includes for qla_isr

Since commit ca9a34f9ad2c ("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: ca9a34f9ad2c ("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