diff options
Diffstat (limited to 'drivers/usb/storage/usb.h')
-rw-r--r-- | drivers/usb/storage/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/storage/usb.h b/drivers/usb/storage/usb.h index 2609efb2bd7e..69717134231b 100644 --- a/drivers/usb/storage/usb.h +++ b/drivers/usb/storage/usb.h | |||
@@ -132,6 +132,7 @@ struct us_data { | |||
132 | /* SCSI interfaces */ | 132 | /* SCSI interfaces */ |
133 | struct scsi_cmnd *srb; /* current srb */ | 133 | struct scsi_cmnd *srb; /* current srb */ |
134 | unsigned int tag; /* current dCBWTag */ | 134 | unsigned int tag; /* current dCBWTag */ |
135 | char scsi_name[32]; /* scsi_host name */ | ||
135 | 136 | ||
136 | /* control and bulk communications data */ | 137 | /* control and bulk communications data */ |
137 | struct urb *current_urb; /* USB requests */ | 138 | struct urb *current_urb; /* USB requests */ |