[PATCH] [NETDEV] [ORINOCO] pci_module_init() -> pci_register_driver()

From: Henne
Date: Tue Aug 15 2006 - 09:14:39 EST


From: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx>

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 <henne@xxxxxxxxxxxxxxxx>

---

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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/