ata: ahci_sunxi: make ahci_sunxi_resume() static
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
5434b20315
commit
1bf9d88565
|
@ -197,7 +197,7 @@ static int ahci_sunxi_probe(struct platform_device *pdev)
|
|||
}
|
||||
|
||||
#ifdef CONFIG_PM_SLEEP
|
||||
int ahci_sunxi_resume(struct device *dev)
|
||||
static int ahci_sunxi_resume(struct device *dev)
|
||||
{
|
||||
struct ata_host *host = dev_get_drvdata(dev);
|
||||
struct ahci_host_priv *hpriv = host->private_data;
|
||||
|
|
Loading…
Reference in New Issue
Block a user