Commit 3ec33012 authored by Axel Lin's avatar Axel Lin Committed by Samuel Ortiz

mfd: Add __devexit annotation for vx855_remove

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarHarald Welte <HaraldWelte@viatech.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent c45c685c
......@@ -112,7 +112,7 @@ static __devinit int vx855_probe(struct pci_dev *pdev,
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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment