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 a89969aea19f..f24e4bb94760 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -286,10 +286,8 @@ struct ata_device { | |||
286 | u8 xfer_mode; | 286 | u8 xfer_mode; |
287 | unsigned int xfer_shift; /* ATA_SHIFT_xxx */ | 287 | unsigned int xfer_shift; /* ATA_SHIFT_xxx */ |
288 | 288 | ||
289 | /* cache info about current transfer mode */ | 289 | unsigned int multi_count; /* sectors count for |
290 | u8 xfer_protocol; /* taskfile xfer protocol */ | 290 | READ/WRITE MULTIPLE */ |
291 | u8 read_cmd; /* opcode to use on read */ | ||
292 | u8 write_cmd; /* opcode to use on write */ | ||
293 | 291 | ||
294 | /* for CHS addressing */ | 292 | /* for CHS addressing */ |
295 | u16 cylinders; /* Number of cylinders */ | 293 | u16 cylinders; /* Number of cylinders */ |