diff options
Diffstat (limited to 'drivers/ata/libahci.c')
-rw-r--r-- | drivers/ata/libahci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c index cba1b483d1a9..0cff1167c83c 100644 --- a/drivers/ata/libahci.c +++ b/drivers/ata/libahci.c | |||
@@ -1386,8 +1386,8 @@ static int ahci_bad_pmp_check_ready(struct ata_link *link) | |||
1386 | return ata_check_ready(status); | 1386 | return ata_check_ready(status); |
1387 | } | 1387 | } |
1388 | 1388 | ||
1389 | int ahci_pmp_retry_softreset(struct ata_link *link, unsigned int *class, | 1389 | static int ahci_pmp_retry_softreset(struct ata_link *link, unsigned int *class, |
1390 | unsigned long deadline) | 1390 | unsigned long deadline) |
1391 | { | 1391 | { |
1392 | struct ata_port *ap = link->ap; | 1392 | struct ata_port *ap = link->ap; |
1393 | void __iomem *port_mmio = ahci_port_base(ap); | 1393 | void __iomem *port_mmio = ahci_port_base(ap); |