[PATCH] doc: pci_module_init() removal

From: Arthur Othieno
Date: Wed Jul 19 2006 - 19:43:15 EST


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@xxxxxxxxxxxxx>
---
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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/