|
@@ -3646,7 +3646,7 @@ static struct pci_driver cpc_driver = {
|
|
.name = "pc300",
|
|
.name = "pc300",
|
|
.id_table = cpc_pci_dev_id,
|
|
.id_table = cpc_pci_dev_id,
|
|
.probe = cpc_init_one,
|
|
.probe = cpc_init_one,
|
|
- .remove = __devexit_p(cpc_remove_one),
|
|
|
|
|
|
+ .remove = cpc_remove_one,
|
|
};
|
|
};
|
|
|
|
|
|
static int __init cpc_init(void)
|
|
static int __init cpc_init(void)
|