linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ata: ahci_sunxi: make ahci_sunxi_resume() static
@ 2014-03-17 13:06 Bartlomiej Zolnierkiewicz
  2014-03-17 13:23 ` Hans de Goede
  2014-03-17 14:48 ` Tejun Heo
  0 siblings, 2 replies; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2014-03-17 13:06 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 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;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-17 14:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-17 13:06 [PATCH] ata: ahci_sunxi: make ahci_sunxi_resume() static Bartlomiej Zolnierkiewicz
2014-03-17 13:23 ` Hans de Goede
2014-03-17 14:48 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).