* [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
* [PATCH] ata: ahci_sunxi: make ahci_sunxi_resume() static
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
1 sibling, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2014-03-17 13:23 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On 03/17/2014 02:06 PM, Bartlomiej Zolnierkiewicz wrote:
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Thanks for doing these clean-ups.
Acked-by: Hans de Goede <hdegoede@redhat.com>
Regards,
Hans
> ---
> 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
* [PATCH] ata: ahci_sunxi: make ahci_sunxi_resume() static
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
1 sibling, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2014-03-17 14:48 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Mar 17, 2014 at 02:06:57PM +0100, Bartlomiej Zolnierkiewicz wrote:
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Applied to libata/for-3.15.
Thanks.
--
tejun
^ 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).