From: apgo@patchbomb.org (Arthur Othieno)
To: gregkh@suse.de
Cc: Richard Knutsson <ricknu-0@student.ltu.se>, linux-kernel@vger.kernel.org
Subject: [PATCH] doc: pci_module_init() removal
Date: Wed, 19 Jul 2006 19:40:44 -0400 [thread overview]
Message-ID: <20060719234044.GB8584@krypton> (raw)
pci_module_init() is deprecated and on it's way out in favor of
pci_register_driver(). Remove all documentation references to it.
Signed-off-by: Arthur Othieno <apgo@patchbomb.org>
---
Documentation/PCIEBUS-HOWTO.txt | 2 +-
Documentation/pci.txt | 2 --
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Documentation/PCIEBUS-HOWTO.txt b/Documentation/PCIEBUS-HOWTO.txt
index c93f42a..7369219 100644
--- a/Documentation/PCIEBUS-HOWTO.txt
+++ b/Documentation/PCIEBUS-HOWTO.txt
@@ -93,7 +93,7 @@ the PCI Express Port Bus driver from loa
int pcie_port_service_register(struct pcie_port_service_driver *new)
-This API replaces the Linux Driver Model's pci_module_init API. A
+This API replaces the Linux Driver Model's pci_register_driver API. A
service driver should always calls pcie_port_service_register at
module init. Note that after service driver being loaded, calls
such as pci_enable_device(dev) and pci_set_master(dev) are no longer
diff --git a/Documentation/pci.txt b/Documentation/pci.txt
index 2b395e4..b75a481 100644
--- a/Documentation/pci.txt
+++ b/Documentation/pci.txt
@@ -236,8 +236,6 @@ pci_find_slot() Find pci_dev correspon
pci_set_power_state() Set PCI Power Management state (0=D0 ... 3=D3)
pci_find_capability() Find specified capability in device's capability
list.
-pci_module_init() Inline helper function for ensuring correct
- pci_driver initialization and error handling.
pci_resource_start() Returns bus start address for a given PCI region
pci_resource_end() Returns bus end address for a given PCI region
pci_resource_len() Returns the byte length of a PCI region
--
1.4.0
next reply other threads:[~2006-07-19 23:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-19 23:40 Arthur Othieno [this message]
2006-07-21 10:32 ` Pekka Enberg
2006-07-21 10:34 ` Pekka Enberg
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=20060719234044.GB8584@krypton \
--to=apgo@patchbomb.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=ricknu-0@student.ltu.se \
/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