]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
qla2xxx: Add an #include directive
authorBart Van Assche <bart.vanassche@sandisk.com>
Tue, 15 Nov 2016 19:21:46 +0000 (11:21 -0800)
committerBart Van Assche <bart.vanassche@sandisk.com>
Fri, 9 Dec 2016 18:20:09 +0000 (10:20 -0800)
The following statement in qla_isr.c needs the size of struct
t10_pi_tuple:

    spt += j;

Hence include the <linux/t10-pi.h> header file.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Acked-by: Himanshu Madhani <himanshu.madhani@cavium.com>
drivers/scsi/qla2xxx/qla_isr.c

index 068c4e47fac99c2cdcf480776ceba3dc5b33cf99..df083cc4d1d69d6e5d01db221170efab9d06e333 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <linux/delay.h>
 #include <linux/slab.h>
+#include <linux/t10-pi.h>
 #include <scsi/scsi_tcq.h>
 #include <scsi/scsi_bsg_fc.h>
 #include <scsi/scsi_eh.h>