diff options
Diffstat (limited to 'drivers/scsi/st.h')
-rw-r--r-- | drivers/scsi/st.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/st.h b/drivers/scsi/st.h index 74748abe8246..77302fa8608a 100644 --- a/drivers/scsi/st.h +++ b/drivers/scsi/st.h | |||
@@ -29,6 +29,7 @@ struct st_request { | |||
29 | int result; | 29 | int result; |
30 | struct scsi_tape *stp; | 30 | struct scsi_tape *stp; |
31 | struct completion *waiting; | 31 | struct completion *waiting; |
32 | struct bio *bio; | ||
32 | }; | 33 | }; |
33 | 34 | ||
34 | /* The tape buffer descriptor. */ | 35 | /* The tape buffer descriptor. */ |