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