Loading drivers/mfd/vx855.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/mfd/vx855.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading