diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index aa14eda0656c..10dc235ad8bc 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -489,6 +489,7 @@ struct ata_port { | |||
489 | unsigned int mwdma_mask; | 489 | unsigned int mwdma_mask; |
490 | unsigned int udma_mask; | 490 | unsigned int udma_mask; |
491 | unsigned int cbl; /* cable type; ATA_CBL_xxx */ | 491 | unsigned int cbl; /* cable type; ATA_CBL_xxx */ |
492 | unsigned int hw_sata_spd_limit; | ||
492 | unsigned int sata_spd_limit; /* SATA PHY speed limit */ | 493 | unsigned int sata_spd_limit; /* SATA PHY speed limit */ |
493 | 494 | ||
494 | /* record runtime error info, protected by host_set lock */ | 495 | /* record runtime error info, protected by host_set lock */ |