diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index c52f13498556..80c2339da67d 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -573,6 +573,8 @@ extern int ata_std_bios_param(struct scsi_device *sdev, | |||
573 | struct block_device *bdev, | 573 | struct block_device *bdev, |
574 | sector_t capacity, int geom[]); | 574 | sector_t capacity, int geom[]); |
575 | extern int ata_scsi_slave_config(struct scsi_device *sdev); | 575 | extern int ata_scsi_slave_config(struct scsi_device *sdev); |
576 | extern struct ata_device *ata_dev_pair(struct ata_port *ap, | ||
577 | struct ata_device *adev); | ||
576 | 578 | ||
577 | /* | 579 | /* |
578 | * Timing helpers | 580 | * Timing helpers |