* [PATCH] [MM] 7/10 pci_module_init() conversion
@ 2006-09-04 13:13 Henne
2006-09-04 13:54 ` Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: Henne @ 2006-09-04 13:13 UTC (permalink / raw)
To: akpm, alan; +Cc: linux-kernel
From: Henrik Kretzschmar <henne@nachtwindheim.de>
pci_module_init() conversion for pata_pdc2027x
For use in mm-tree only, since the new location of the ata drivers.
In that case I don't know exactly how to change the version number.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---
--- linux-2.6.18-rc5-mm1/drivers/ata/pata_pdc2027x.c 2006-09-13 17:54:16.000000000 +0200
+++ linux/drivers/ata/pata_pdc2027x.c 2006-09-13 21:41:56.488893480 +0200
@@ -854,7 +854,7 @@
*/
static int __init pdc2027x_init(void)
{
- return pci_module_init(&pdc2027x_pci_driver);
+ return pci_register_driver(&pdc2027x_pci_driver);
}
/**
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-09-04 13:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-04 13:13 [PATCH] [MM] 7/10 pci_module_init() conversion Henne
2006-09-04 13:54 ` Alan Cox
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.