* [PATCH] mfd: Add __devexit annotation for vx855_remove
@ 2010-10-25 2:32 Axel Lin
2010-10-25 7:59 ` Harald Welte
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2010-10-25 2:32 UTC (permalink / raw)
To: linux-kernel; +Cc: Samuel Ortiz, Harald Welte
Signed-off-by: Axel Lin <axel.lin@gmail.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mfd: Add __devexit annotation for vx855_remove
2010-10-25 2:32 [PATCH] mfd: Add __devexit annotation for vx855_remove Axel Lin
@ 2010-10-25 7:59 ` Harald Welte
0 siblings, 0 replies; 2+ messages in thread
From: Harald Welte @ 2010-10-25 7:59 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, Samuel Ortiz
Acked-by: Harald Welte <HaraldWelte@viatech.com>
On Mon, Oct 25, 2010 at 10:32:05AM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.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@viatech.com> http://linux.via.com.tw/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-25 12:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 2:32 [PATCH] mfd: Add __devexit annotation for vx855_remove Axel Lin
2010-10-25 7:59 ` Harald Welte
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox