* [PATCH] [MM] 2/10 pci_module_init() conversion
@ 2006-09-04 12:41 Henne
0 siblings, 0 replies; only message in thread
From: Henne @ 2006-09-04 12:41 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel
From: Henrik Kretzschmar <henne@nachtwindheim.de>
pci_module_init() convertion in amso1100 driver.
This is for mm only, cause this driver only exists there.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---
--- linux-2.6.18-rc5-mm1/drivers/infiniband/hw/amso1100/c2.c 2006-09-04 14:00:01.000000000 +0200
+++ linux/drivers/infiniband/hw/amso1100/c2.c 2006-09-04 14:13:07.000000000 +0200
@@ -1243,7 +1243,7 @@
static int __init c2_init_module(void)
{
- return pci_module_init(&c2_pci_driver);
+ return pci_register_driver(&c2_pci_driver);
}
static void __exit c2_exit_module(void)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-09-04 12:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-04 12:41 [PATCH] [MM] 2/10 pci_module_init() conversion Henne
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome