]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commit09ce66aee7763686a22ab26fbe8a889e0cec64e9
treef67a88e66b0655b242adf0dfb262c3cde4cd32c5
parenta6ab53742a52786ca594438eff2c80c3a242aaf3
qla2xxx: Add an #include directive

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