aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r--drivers/scsi/qla2xxx/qla_def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h
index d046db1a2ded..a6a4eebce4a8 100644
--- a/drivers/scsi/qla2xxx/qla_def.h
+++ b/drivers/scsi/qla2xxx/qla_def.h
@@ -271,6 +271,7 @@ struct srb_iocb {
271struct srb_ctx { 271struct srb_ctx {
272 uint16_t type; 272 uint16_t type;
273 char *name; 273 char *name;
274 int iocbs;
274 union { 275 union {
275 struct srb_iocb *iocb_cmd; 276 struct srb_iocb *iocb_cmd;
276 struct fc_bsg_job *bsg_job; 277 struct fc_bsg_job *bsg_job;