mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-24 19:22:28 +00:00
ahci: imx: ahci_imx_softreset() can be static
Acked-by: Marek Vasut <marex@denx.de> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
4a23d1793f
commit
ee4e5a9abf
@ -140,7 +140,7 @@ static void ahci_imx_error_handler(struct ata_port *ap)
|
||||
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)
|
||||
{
|
||||
struct ata_port *ap = link->ap;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user