diff options
Diffstat (limited to 'drivers/usb/image/microtek.h')
-rw-r--r-- | drivers/usb/image/microtek.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/image/microtek.h b/drivers/usb/image/microtek.h index 926d4bdc6746..d5d62a939058 100644 --- a/drivers/usb/image/microtek.h +++ b/drivers/usb/image/microtek.h | |||
@@ -8,14 +8,14 @@ | |||
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | 10 | ||
11 | typedef void (*mts_scsi_cmnd_callback)(Scsi_Cmnd *); | 11 | typedef void (*mts_scsi_cmnd_callback)(struct scsi_cmnd *); |
12 | 12 | ||
13 | 13 | ||
14 | struct mts_transfer_context | 14 | struct mts_transfer_context |
15 | { | 15 | { |
16 | struct mts_desc* instance; | 16 | struct mts_desc* instance; |
17 | mts_scsi_cmnd_callback final_callback; | 17 | mts_scsi_cmnd_callback final_callback; |
18 | Scsi_Cmnd *srb; | 18 | struct scsi_cmnd *srb; |
19 | 19 | ||
20 | void* data; | 20 | void* data; |
21 | unsigned data_length; | 21 | unsigned data_length; |