Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee4e5a9a authored by Fengguang Wu's avatar Fengguang Wu Committed by Tejun Heo
Browse files

ahci: imx: ahci_imx_softreset() can be static

parent 4a23d179
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -140,7 +140,7 @@ static void ahci_imx_error_handler(struct ata_port *ap)
	imxpriv->no_device = true;
	imxpriv->no_device = true;
}
}


int ahci_imx_softreset(struct ata_link *link, unsigned int *class,
static int ahci_imx_softreset(struct ata_link *link, unsigned int *class,
		       unsigned long deadline)
		       unsigned long deadline)
{
{
	struct ata_port *ap = link->ap;
	struct ata_port *ap = link->ap;