public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [MM] 4/10 pci_module_init() convertion
@ 2006-09-04 12:51 Henne
  0 siblings, 0 replies; only message in thread
From: Henne @ 2006-09-04 12:51 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

From: Henrik Kretzschmar <henne@nachtwindheim.de>

pci_module_init() convertion in the legacy megaraid driver.
This is for mm only, cause the patch doesn't apply cleanly in linus tree.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>

---

--- linux-2.6.18-rc5-mm1/drivers/scsi/megaraid.c	2006-09-13 17:55:48.000000000 +0200
+++ linux/drivers/scsi/megaraid.c	2006-09-13 22:34:28.364171976 +0200
@@ -5076,7 +5076,7 @@
 				"megaraid: failed to create megaraid root\n");
 	}
 #endif
-	error = pci_module_init(&megaraid_pci_driver);
+	error = pci_register_driver(&megaraid_pci_driver);
 	if (error) {
 #ifdef CONFIG_PROC_FS
 		remove_proc_entry("megaraid", &proc_root);



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-04 12:50 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:51 [PATCH] [MM] 4/10 pci_module_init() convertion Henne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox