ata: libahci: make ahci_pmp_retry_softreset() as static
sparse says: drivers/ata/libahci.c:1390:5: warning: symbol 'ahci_pmp_retry_softreset' was not declared. Should it be static? Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
e478cffd2a
commit
35186d0583
@ -1386,8 +1386,8 @@ static int ahci_bad_pmp_check_ready(struct ata_link *link)
|
||||
return ata_check_ready(status);
|
||||
}
|
||||
|
||||
int ahci_pmp_retry_softreset(struct ata_link *link, unsigned int *class,
|
||||
unsigned long deadline)
|
||||
static int ahci_pmp_retry_softreset(struct ata_link *link, unsigned int *class,
|
||||
unsigned long deadline)
|
||||
{
|
||||
struct ata_port *ap = link->ap;
|
||||
void __iomem *port_mmio = ahci_port_base(ap);
|
||||
|
Loading…
Reference in New Issue
Block a user