From: Richard Knutsson Date: Sat, 3 Dec 2005 01:34:12 +0000 (+0100) Subject: [PATCH] pci: Schedule removal of pci_module_init X-Git-Tag: v2.6.16-rc2~176^2~21 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=051d9897731abfac62c4d1a2efcef83a89bd4482;p=linux-2.6-omap-h63xx.git [PATCH] pci: Schedule removal of pci_module_init Scheduled the removal of pci_module_init. Signed-off-by: Richard Knutsson Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index b8143bda187..4d4897c8ef9 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -155,3 +155,10 @@ 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 + +--------------------------- + +What: pci_module_init(driver) +When: January 2007 +Why: Is replaced by pci_register_driver(pci_driver). +Who: Richard Knutsson and Greg Kroah-Hartman