diff options
Diffstat (limited to 'drivers/mfd/janz-cmodio.c')
-rw-r--r-- | drivers/mfd/janz-cmodio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/janz-cmodio.c b/drivers/mfd/janz-cmodio.c index 965c4801df8a..1a3627784246 100644 --- a/drivers/mfd/janz-cmodio.c +++ b/drivers/mfd/janz-cmodio.c | |||
@@ -280,7 +280,7 @@ static struct pci_driver cmodio_pci_driver = { | |||
280 | .name = DRV_NAME, | 280 | .name = DRV_NAME, |
281 | .id_table = cmodio_pci_ids, | 281 | .id_table = cmodio_pci_ids, |
282 | .probe = cmodio_pci_probe, | 282 | .probe = cmodio_pci_probe, |
283 | .remove = __devexit_p(cmodio_pci_remove), | 283 | .remove = cmodio_pci_remove, |
284 | }; | 284 | }; |
285 | 285 | ||
286 | module_pci_driver(cmodio_pci_driver); | 286 | module_pci_driver(cmodio_pci_driver); |