diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-04-06 06:19:48 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-05-02 22:02:38 -0400 |
commit | ecf36501bc4ad399e6df2e0bdaa513a2d510b7ec (patch) | |
tree | 05319ef120f55c81e798e5eee37b074c3a9890a2 /Documentation/pci.txt | |
parent | 5adc55da4a7758021bcc374904b0f8b076508a11 (diff) |
PCI: the overdue removal of pci_module_init()
Unless we finally completely remove it, people will always add new users.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/pci.txt')
-rw-r--r-- | Documentation/pci.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/pci.txt b/Documentation/pci.txt index 40c4717d236b..e2c9d0a0c43d 100644 --- a/Documentation/pci.txt +++ b/Documentation/pci.txt | |||
@@ -545,8 +545,6 @@ pci_find_slot() Find pci_dev corresponding to given bus and | |||
545 | pci_set_power_state() Set PCI Power Management state (0=D0 ... 3=D3) | 545 | pci_set_power_state() Set PCI Power Management state (0=D0 ... 3=D3) |
546 | pci_find_capability() Find specified capability in device's capability | 546 | pci_find_capability() Find specified capability in device's capability |
547 | list. | 547 | list. |
548 | pci_module_init() Inline helper function for ensuring correct | ||
549 | pci_driver initialization and error handling. | ||
550 | pci_resource_start() Returns bus start address for a given PCI region | 548 | pci_resource_start() Returns bus start address for a given PCI region |
551 | pci_resource_end() Returns bus end address for a given PCI region | 549 | pci_resource_end() Returns bus end address for a given PCI region |
552 | pci_resource_len() Returns the byte length of a PCI region | 550 | pci_resource_len() Returns the byte length of a PCI region |