dect
/
linux-2.6
Archived
13
0
Fork 0

mfd: Add __devexit annotation for vx855_remove

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Harald Welte <HaraldWelte@viatech.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Axel Lin 2010-12-20 10:02:06 +08:00 committed by Samuel Ortiz
parent c45c685c1a
commit 3ec33012dc
1 changed files with 1 additions and 1 deletions

View File

@ -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);