.name = "orinoco_pci",
.id_table = orinoco_pci_pci_id_table,
.probe = orinoco_pci_init_one,
- .remove = orinoco_pci_remove_one,
- .suspend = 0,
- .resume = 0
+ .remove = __devexit_p(orinoco_pci_remove_one),
};
static int __init orinoco_pci_init(void)
.name = "orinoco_plx",
.id_table = orinoco_plx_pci_id_table,
.probe = orinoco_plx_init_one,
- .remove = orinoco_plx_remove_one,
- .suspend = 0,
- .resume = 0
+ .remove = __devexit_p(orinoco_plx_remove_one),
};
static int __init orinoco_plx_init(void)