aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 0f8e3720edd9..a5207e66ca52 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -397,6 +397,7 @@ struct ata_port {
397 unsigned int mwdma_mask; 397 unsigned int mwdma_mask;
398 unsigned int udma_mask; 398 unsigned int udma_mask;
399 unsigned int cbl; /* cable type; ATA_CBL_xxx */ 399 unsigned int cbl; /* cable type; ATA_CBL_xxx */
400 unsigned int sata_spd_limit; /* SATA PHY speed limit */
400 401
401 struct ata_device device[ATA_MAX_DEVICES]; 402 struct ata_device device[ATA_MAX_DEVICES];
402 403