From: Henrik Kretzschmar <[email protected]>
Change pci_module_init() to pci_register_driver().
This pci_module_init() came to the kernel after 2.6.17.
Signed-off-by: Henrik Kretzschmar <[email protected]>
---
diff -ruN linux-2.6.18-rc4/drivers/net/wireless/orinoco_nortel.c linux/drivers/net/wireless/orinoco_nortel.c
--- linux-2.6.18-rc4/drivers/net/wireless/orinoco_nortel.c 2006-08-11 10:09:08.000000000 +0200
+++ linux/drivers/net/wireless/orinoco_nortel.c 2006-08-15 14:52:31.000000000 +0200
@@ -304,7 +304,7 @@
static int __init orinoco_nortel_init(void)
{
printk(KERN_DEBUG "%s\n", version);
- return pci_module_init(&orinoco_nortel_driver);
+ return pci_register_driver(&orinoco_nortel_driver);
}
static void __exit orinoco_nortel_exit(void)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]