diff options
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 */ |