projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4b2c04
)
[PATCH] pci: Schedule removal of pci_module_init
author
Richard Knutsson
<
[email protected]
>
Sat, 3 Dec 2005 01:34:12 +0000
(
02:34
+0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 1 Feb 2006 02:00:10 +0000
(18:00 -0800)
Scheduled the removal of pci_module_init.
Signed-off-by: Richard Knutsson <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
Documentation/feature-removal-schedule.txt
patch
|
blob
|
history
diff --git
a/Documentation/feature-removal-schedule.txt
b/Documentation/feature-removal-schedule.txt
index b8143bda187fafb8dc630aedc0bd2119a302bac2..4d4897c8ef963284664e23729ca792f302fc464b 100644
(file)
--- 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 <
[email protected]
>
+
+---------------------------
+
+What: pci_module_init(driver)
+When: January 2007
+Why: Is replaced by pci_register_driver(pci_driver).
+Who: Richard Knutsson <
[email protected]
> and Greg Kroah-Hartman <
[email protected]
>