diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-08-31 21:27:46 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-01 11:39:09 -0700 |
commit | 1e5f5e5cd65eec6ce5c24a9c29f3e52673b121a6 (patch) | |
tree | a16b0c130740de4d3707b14f0744c4ee9016f248 /Documentation | |
parent | a9eec55623f5aedfcef745d3a0e0f97f5d4f74be (diff) | |
download | linux-3.10-1e5f5e5cd65eec6ce5c24a9c29f3e52673b121a6.tar.gz linux-3.10-1e5f5e5cd65eec6ce5c24a9c29f3e52673b121a6.tar.bz2 linux-3.10-1e5f5e5cd65eec6ce5c24a9c29f3e52673b121a6.zip |
[PATCH] schedule obsolete OSS drivers for removal, 2nd round
This patch schedules obsolete OSS drivers (with ALSA drivers that support
the same hardware) for removal.
A rationale of the patch is in
http://lkml.org/lkml/2006/7/11/186
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 87851efb022..d1cd5f93e02 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -120,6 +120,13 @@ Who: Adrian Bunk <bunk@stusta.de> --------------------------- +What: drivers depending on OSS_OBSOLETE_DRIVER +When: options in 2.6.20, code in 2.6.22 +Why: OSS drivers with ALSA replacements +Who: Adrian Bunk <bunk@stusta.de> + +--------------------------- + What: pci_module_init(driver) When: January 2007 Why: Is replaced by pci_register_driver(pci_driver). |