[PATCH] ata: ahci_sunxi: make ahci_sunxi_resume() static
From: Bartlomiej Zolnierkiewicz
Date: Mon Mar 17 2014 - 09:07:29 EST
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx>
---
drivers/ata/ahci_sunxi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/drivers/ata/ahci_sunxi.c
===================================================================
--- a/drivers/ata/ahci_sunxi.c 2014-03-17 13:59:05.556474489 +0100
+++ b/drivers/ata/ahci_sunxi.c 2014-03-17 13:59:06.220474478 +0100
@@ -209,7 +209,7 @@ disable_resources:
}
#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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/