aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGravatar Adrian Bunk <bunk@stusta.de> 2006-03-05 16:49:48 +0100
committerGravatar Greg Kroah-Hartman <gregkh@suse.de> 2006-03-23 14:35:16 -0800
commit5eeca8e688b6affba4cd85262152fdd1b274ad33 (patch)
treeb7b44b1b931ea80809dac937db230116bab2e721 /Documentation
parent[PATCH] PCI: cpqphp_ctrl.c: board_replaced(): remove dead code (diff)
downloadlinux-5eeca8e688b6affba4cd85262152fdd1b274ad33.tar.gz
linux-5eeca8e688b6affba4cd85262152fdd1b274ad33.tar.bz2
linux-5eeca8e688b6affba4cd85262152fdd1b274ad33.zip
[PATCH] PCI: the scheduled removal of PCI_LEGACY_PROC
This patch contains the scheduled removal of PCI_LEGACY_PROC. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index afeaf6218ea2..c7a4d0faab22 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -158,13 +158,6 @@ Who: Adrian Bunk <bunk@stusta.de>
---------------------------
-What: Legacy /proc/pci interface (PCI_LEGACY_PROC)
-When: March 2006
-Why: deprecated since 2.5.53 in favor of lspci(8)
-Who: Adrian Bunk <bunk@stusta.de>
-
----------------------------
-
What: pci_module_init(driver)
When: January 2007
Why: Is replaced by pci_register_driver(pci_driver).