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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h
index 88ddae0e2b88..00aa48d975a6 100644
--- a/drivers/scsi/qla2xxx/qla_def.h
+++ b/drivers/scsi/qla2xxx/qla_def.h
@@ -2561,6 +2561,8 @@ typedef struct scsi_qla_host {
2561 struct list_head list; 2561 struct list_head list;
2562 struct list_head vp_fcports; /* list of fcports */ 2562 struct list_head vp_fcports; /* list of fcports */
2563 struct list_head work_list; 2563 struct list_head work_list;
2564 spinlock_t work_lock;
2565
2564 /* Commonly used flags and state information. */ 2566 /* Commonly used flags and state information. */
2565 struct Scsi_Host *host; 2567 struct Scsi_Host *host;
2566 unsigned long host_no; 2568 unsigned long host_no;