[PATCH] ata: ahci_sunxi: make ahci_sunxi_resume() static

Hans de Goede hdegoede at redhat.com
Mon Mar 17 09:23:07 EDT 2014


Hi,

On 03/17/2014 02:06 PM, Bartlomiej Zolnierkiewicz wrote:
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie at samsung.com>

Thanks for doing these clean-ups.

Acked-by: Hans de Goede <hdegoede at 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;
> 



More information about the linux-arm-kernel mailing list