diff options
Diffstat (limited to 'drivers/mfd/vx855.c')
-rw-r--r-- | drivers/mfd/vx855.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/vx855.c b/drivers/mfd/vx855.c index ebb0597..348052a 100644 --- a/drivers/mfd/vx855.c +++ b/drivers/mfd/vx855.c @@ -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); |