[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20101025075930.GB5411@prithivi.gnumonks.org>
Date: Mon, 25 Oct 2010 09:59:30 +0200
From: Harald Welte <HaraldWelte@...tech.com>
To: Axel Lin <axel.lin@...il.com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Samuel Ortiz <sameo@...ux.intel.com>
Subject: Re: [PATCH] mfd: Add __devexit annotation for vx855_remove
Acked-by: Harald Welte <HaraldWelte@...tech.com>
On Mon, Oct 25, 2010 at 10:32:05AM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@...il.com>
> ---
> drivers/mfd/vx855.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mfd/vx855.c b/drivers/mfd/vx855.c
> index ebb0597..348052a 100644
> --- a/drivers/mfd/vx855.c
> +++ b/drivers/mfd/vx855.c
> @@ -112,7 +112,7 @@ out:
> return ret;
> }
>
> -static void vx855_remove(struct pci_dev *pdev)
> +static void __devexit vx855_remove(struct pci_dev *pdev)
> {
> mfd_remove_devices(&pdev->dev);
> pci_disable_device(pdev);
> --
> 1.7.2
--
- Harald Welte <HaraldWelte@...tech.com> http://linux.via.com.tw/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists