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

mfd: Add __devexit annotation for vx855_remove

parent c45c685c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -112,7 +112,7 @@ out:
	return ret;
	return ret;
}
}


static void vx855_remove(struct pci_dev *pdev)
static void __devexit vx855_remove(struct pci_dev *pdev)
{
{
	mfd_remove_devices(&pdev->dev);
	mfd_remove_devices(&pdev->dev);
	pci_disable_device(pdev);
	pci_disable_device(pdev);