|
@@ -112,7 +112,7 @@ static __devinit int vx855_probe(struct pci_dev *pdev,
|
|
|
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);
|