diff options
Diffstat (limited to 'drivers/misc/ioc4.c')
-rw-r--r-- | drivers/misc/ioc4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/ioc4.c b/drivers/misc/ioc4.c index 6a7710603a90..794a7e002c87 100644 --- a/drivers/misc/ioc4.c +++ b/drivers/misc/ioc4.c | |||
@@ -466,7 +466,7 @@ static struct pci_driver ioc4_driver = { | |||
466 | .name = "IOC4", | 466 | .name = "IOC4", |
467 | .id_table = ioc4_id_table, | 467 | .id_table = ioc4_id_table, |
468 | .probe = ioc4_probe, | 468 | .probe = ioc4_probe, |
469 | .remove = __devexit_p(ioc4_remove), | 469 | .remove = ioc4_remove, |
470 | }; | 470 | }; |
471 | 471 | ||
472 | MODULE_DEVICE_TABLE(pci, ioc4_id_table); | 472 | MODULE_DEVICE_TABLE(pci, ioc4_id_table); |