diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_transport_iscsi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/scsi_transport_iscsi.h b/include/scsi/scsi_transport_iscsi.h index 02a852000be7..afed70ec2aa5 100644 --- a/include/scsi/scsi_transport_iscsi.h +++ b/include/scsi/scsi_transport_iscsi.h | |||
@@ -89,8 +89,6 @@ struct iscsi_transport { | |||
89 | /* LLD session data size */ | 89 | /* LLD session data size */ |
90 | int sessiondata_size; | 90 | int sessiondata_size; |
91 | int max_lun; | 91 | int max_lun; |
92 | unsigned int max_conn; | ||
93 | unsigned int max_cmd_len; | ||
94 | struct iscsi_cls_session *(*create_session) (struct iscsi_transport *it, | 92 | struct iscsi_cls_session *(*create_session) (struct iscsi_transport *it, |
95 | struct scsi_transport_template *t, struct Scsi_Host *shost, | 93 | struct scsi_transport_template *t, struct Scsi_Host *shost, |
96 | uint16_t cmds_max, uint16_t qdepth, uint32_t sn, uint32_t *hn); | 94 | uint16_t cmds_max, uint16_t qdepth, uint32_t sn, uint32_t *hn); |