* [patch 3/3] drivers/macintoshisdn/*: convert to pci_register_driver
@ 2005-03-06 10:44 domen
0 siblings, 0 replies; only message in thread
From: domen @ 2005-03-06 10:44 UTC (permalink / raw)
To: benh; +Cc: linuxppc-dev, c.lucas, domen
convert from pci_module_init to pci_register_driver
Signed-off-by: Christophe Lucas <c.lucas@ifrance.com>
Signed-off-by: Domen Puncer <domen@coderock.org>
---
kj-domen/drivers/macintosh/macio_asic.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/macintosh/macio_asic.c~pci_register_driver-drivers_macintosh_macio_asic drivers/macintosh/macio_asic.c
--- kj/drivers/macintosh/macio_asic.c~pci_register_driver-drivers_macintosh_macio_asic 2005-03-05 16:12:26.000000000 +0100
+++ kj-domen/drivers/macintosh/macio_asic.c 2005-03-05 16:12:26.000000000 +0100
@@ -617,7 +617,7 @@ static int __init macio_module_init (voi
#ifdef CONFIG_PCI
int rc;
- rc = pci_module_init(&macio_pci_driver);
+ rc = pci_register_driver(&macio_pci_driver);
if (rc)
return rc;
#endif /* CONFIG_PCI */
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-06 10:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-06 10:44 [patch 3/3] drivers/macintoshisdn/*: convert to pci_register_driver domen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).