--- jmebp-1.0.8.5/jme.c 2011-12-01 07:48:53.000000000 +0000 +++ jmebp-1.0.8.5.new/jme.c 2013-07-08 10:50:44.800771595 +0100 @@ -3440,7 +3440,8 @@ }; #endif -static int __devinit +//static int __devinit +static int jme_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) { @@ -3728,6 +3729,7 @@ return rc; } +/* static void __devexit jme_remove_one(struct pci_dev *pdev) { @@ -3744,6 +3746,7 @@ pci_disable_device(pdev); } +*/ static void jme_shutdown(struct pci_dev *pdev) @@ -3899,7 +3902,7 @@ .name = DRV_NAME, .id_table = jme_pci_tbl, .probe = jme_init_one, - .remove = __devexit_p(jme_remove_one), +// .remove = __devexit_p(jme_remove_one), .shutdown = jme_shutdown, #ifndef JME_NEW_PM_API .suspend = jme_suspend,