2010-12-20 02:01:53

by Axel Lin

[permalink] [raw]
Subject: [PATCH RESEND] mfd: Add __devexit annotation for vx855_remove

Signed-off-by: Axel Lin <[email protected]>
Acked-by: Harald Welte <[email protected]>
---
hi Samuel,
Looks like this patch is missing.
It was posted at http://kerneltrap.org/mailarchive/linux-kernel/2010/10/25/4636759
with Harald's ack.

Axel

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



2010-12-20 10:20:59

by Samuel Ortiz

[permalink] [raw]
Subject: Re: [PATCH RESEND] mfd: Add __devexit annotation for vx855_remove

Hi Axel,

On Mon, Dec 20, 2010 at 10:02:06AM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <[email protected]>
> Acked-by: Harald Welte <[email protected]>
> ---
> hi Samuel,
> Looks like this patch is missing.
That one slipped through, thanks for resending it. I applied it now.

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/