diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 0853032673b7..853c98859a9f 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -348,6 +348,7 @@ struct ata_device { | |||
348 | 348 | ||
349 | unsigned int multi_count; /* sectors count for | 349 | unsigned int multi_count; /* sectors count for |
350 | READ/WRITE MULTIPLE */ | 350 | READ/WRITE MULTIPLE */ |
351 | unsigned int cdb_len; | ||
351 | 352 | ||
352 | /* for CHS addressing */ | 353 | /* for CHS addressing */ |
353 | u16 cylinders; /* Number of cylinders */ | 354 | u16 cylinders; /* Number of cylinders */ |
@@ -377,7 +378,6 @@ struct ata_port { | |||
377 | unsigned int mwdma_mask; | 378 | unsigned int mwdma_mask; |
378 | unsigned int udma_mask; | 379 | unsigned int udma_mask; |
379 | unsigned int cbl; /* cable type; ATA_CBL_xxx */ | 380 | unsigned int cbl; /* cable type; ATA_CBL_xxx */ |
380 | unsigned int cdb_len; | ||
381 | 381 | ||
382 | struct ata_device device[ATA_MAX_DEVICES]; | 382 | struct ata_device device[ATA_MAX_DEVICES]; |
383 | 383 | ||