[PATCH] [MM] 1/10 pci_module_init() conversion

From: Henne
Date: Mon Sep 04 2006 - 08:34:47 EST


From: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx>

pci_module_init convertion in ata_generic.c.
For mm-tree only.
Signed-off-by: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx>

---

--- linux-2.6.18-rc5-mm1/drivers/ata/ata_generic.c 2006-09-13 17:54:15.000000000 +0200
+++ linux/drivers/ata/ata_generic.c 2006-09-13 21:34:45.851360336 +0200
@@ -230,7 +230,7 @@

static int __init ata_generic_init(void)
{
- return pci_module_init(&ata_generic_pci_driver);
+ return pci_register_driver(&ata_generic_pci_driver);
}




--
VGER BF report: H 0.182422
-
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/