commit | 09ce66aee7763686a22ab26fbe8a889e0cec64e9 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@sandisk.com> | Tue Nov 15 11:21:46 2016 -0800 |
committer | Bart Van Assche <bart.vanassche@sandisk.com> | Fri Dec 09 10:20:09 2016 -0800 |
tree | f67a88e66b0655b242adf0dfb262c3cde4cd32c5 | |
parent | a6ab53742a52786ca594438eff2c80c3a242aaf3 [diff] |
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>