From: Richard Knutsson <ricknu-0@student.ltu.se>
To: akpm@osdl.org, linux-kernel@vger.kernel.org
Cc: Richard Knutsson <ricknu-0@student.ltu.se>
Subject: [PATCH 0/6] Replacing pci_module_init() with pci_register_driver()
Date: Wed, 30 Nov 2005 00:57:18 +0100 (MET) [thread overview]
Message-ID: <20051130000228.1003.95000.sendpatchset@thinktank.campus.ltu.se> (raw)
Just a serie to replace the obsolete pci_module_init() with pci_register_driver(). Last patch deletes pci_module_init().
Because pci_module_init() is implemented as:
pci.h:352 #define pci_module_init pci_register_driver
the replacment should not effect anything. Just to be sure the serie has been compiled (2.6.15-rc3) with:
make allyesconfig
make
without any error (warnings (unrelated) but no errors).
Doing "find . -name *.[chS] | xargs grep -n pci_module_init" in the patched tree results in:
./sound/oss/es1371.c:97: * Use pci_module_init
./drivers/media/dvb/b2c2/flexcop-pci.c:418:static int __init flexcop_pci_module_init(void)
./drivers/media/dvb/b2c2/flexcop-pci.c:428:module_init(flexcop_pci_module_init);
It is just sent to lkml in hope that the changes are to small and to spread for mailing every maintainer. Will you pick this up Andrew?
Any comment is welcome.
/Richard
reply other threads:[~2005-11-29 23:57 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=20051130000228.1003.95000.sendpatchset@thinktank.campus.ltu.se \
--to=ricknu-0@student.ltu.se \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.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
Powered by JetHome