diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_transport_iscsi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_transport_iscsi.h b/include/scsi/scsi_transport_iscsi.h index 8749d4d8e244..c667cc396545 100644 --- a/include/scsi/scsi_transport_iscsi.h +++ b/include/scsi/scsi_transport_iscsi.h | |||
@@ -208,7 +208,7 @@ extern void iscsi_host_for_each_session(struct Scsi_Host *shost, | |||
208 | struct iscsi_endpoint { | 208 | struct iscsi_endpoint { |
209 | void *dd_data; /* LLD private data */ | 209 | void *dd_data; /* LLD private data */ |
210 | struct device dev; | 210 | struct device dev; |
211 | unsigned int id; | 211 | uint64_t id; |
212 | }; | 212 | }; |
213 | 213 | ||
214 | /* | 214 | /* |