[PATCH] bcm43xx:Eliminate some 'G Mode Enable' magic numbers
[powerpc.git] / drivers / net / wireless / orinoco_pci.c
index 1759c54..97a8b4f 100644 (file)
@@ -244,7 +244,7 @@ MODULE_LICENSE("Dual MPL/GPL");
 static int __init orinoco_pci_init(void)
 {
        printk(KERN_DEBUG "%s\n", version);
-       return pci_module_init(&orinoco_pci_driver);
+       return pci_register_driver(&orinoco_pci_driver);
 }
 
 static void __exit orinoco_pci_exit(void)