[ATM]: [fore200e] pci doesn't use global board list; use pci_register_driver()

Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
chas williams 2005-04-24 18:58:15 -07:00 committed by David S. Miller
parent e5695f0800
commit 18900829f3
1 changed files with 1 additions and 3 deletions

View File

@ -2792,8 +2792,6 @@ static void __devexit fore200e_pca_remove_one(struct pci_dev *pci_dev)
fore200e = pci_get_drvdata(pci_dev);
list_del(&fore200e->entry);
fore200e_shutdown(fore200e);
kfree(fore200e);
pci_disable_device(pci_dev);
@ -2850,7 +2848,7 @@ fore200e_module_init(void)
}
#ifdef CONFIG_ATM_FORE200E_PCA
if (!pci_module_init(&fore200e_pca_driver))
if (!pci_register_driver(&fore200e_pca_driver))
return 0;
#endif