From: domen@coderock.org
To: benh@kernel.crashing.org
Cc: linuxppc-dev@ozlabs.org, c.lucas@ifrance.com, domen@coderock.org
Subject: [patch 3/3] drivers/macintoshisdn/*: convert to pci_register_driver
Date: Sun, 06 Mar 2005 11:44:48 +0100 [thread overview]
Message-ID: <20050306104449.109111F203@trashy.coderock.org> (raw)
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 */
_
reply other threads:[~2005-03-06 10:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050306104449.109111F203@trashy.coderock.org \
--to=domen@coderock.org \
--cc=benh@kernel.crashing.org \
--cc=c.lucas@ifrance.com \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).