diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 09190ba411fd..6911b9b32feb 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -188,7 +188,6 @@ struct req_que; | |||
188 | * SCSI Request Block | 188 | * SCSI Request Block |
189 | */ | 189 | */ |
190 | typedef struct srb { | 190 | typedef struct srb { |
191 | struct req_que *que; | ||
192 | struct fc_port *fcport; | 191 | struct fc_port *fcport; |
193 | 192 | ||
194 | struct scsi_cmnd *cmd; /* Linux SCSI command pkt */ | 193 | struct scsi_cmnd *cmd; /* Linux SCSI command pkt */ |
@@ -2010,7 +2009,6 @@ typedef struct vport_params { | |||
2010 | #define VP_RET_CODE_NOT_FOUND 6 | 2009 | #define VP_RET_CODE_NOT_FOUND 6 |
2011 | 2010 | ||
2012 | struct qla_hw_data; | 2011 | struct qla_hw_data; |
2013 | struct req_que; | ||
2014 | struct rsp_que; | 2012 | struct rsp_que; |
2015 | /* | 2013 | /* |
2016 | * ISP operations | 2014 | * ISP operations |