diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-13 15:39:31 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-13 15:39:31 -0400 |
commit | 67c56364df843fb9e3ed1af014b8fbe4b22ff25d (patch) | |
tree | 586a85b1535038dea95ef2b0bff9f7d6c9fa442e /drivers/ide/ide-floppy.h | |
parent | 844b9468523c8c2c45b90df4efcabcbe4926b5ab (diff) |
ide: add request_sense_{pc,rq} to ide_drive_t
Add 'struct ide_atapi_pc request_sense_pc' and 'request request_sense_rq' to
ide_drive_t and use them instead of fields in struct ide_{floppy,tape}_obj.
There should be no functional changes caused by this patch.
Cc: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-floppy.h')
-rw-r--r-- | drivers/ide/ide-floppy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ide/ide-floppy.h b/drivers/ide/ide-floppy.h index 6eee8d3a7243..e9e14c30fed7 100644 --- a/drivers/ide/ide-floppy.h +++ b/drivers/ide/ide-floppy.h | |||
@@ -18,9 +18,6 @@ typedef struct ide_floppy_obj { | |||
18 | /* used for blk_{fs,pc}_request() requests */ | 18 | /* used for blk_{fs,pc}_request() requests */ |
19 | struct ide_atapi_pc queued_pc; | 19 | struct ide_atapi_pc queued_pc; |
20 | 20 | ||
21 | struct ide_atapi_pc request_sense_pc; | ||
22 | struct request request_sense_rq; | ||
23 | |||
24 | /* Last error information */ | 21 | /* Last error information */ |
25 | u8 sense_key, asc, ascq; | 22 | u8 sense_key, asc, ascq; |
26 | /* delay this long before sending packet command */ | 23 | /* delay this long before sending packet command */ |