diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 7929cfc9318d..0261c55f3483 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -283,10 +283,8 @@ struct ata_device { | |||
283 | u8 xfer_mode; | 283 | u8 xfer_mode; |
284 | unsigned int xfer_shift; /* ATA_SHIFT_xxx */ | 284 | unsigned int xfer_shift; /* ATA_SHIFT_xxx */ |
285 | 285 | ||
286 | /* cache info about current transfer mode */ | 286 | unsigned int multi_count; /* sectors count for |
287 | u8 xfer_protocol; /* taskfile xfer protocol */ | 287 | READ/WRITE MULTIPLE */ |
288 | u8 read_cmd; /* opcode to use on read */ | ||
289 | u8 write_cmd; /* opcode to use on write */ | ||
290 | 288 | ||
291 | /* for CHS addressing */ | 289 | /* for CHS addressing */ |
292 | u16 cylinders; /* Number of cylinders */ | 290 | u16 cylinders; /* Number of cylinders */ |