Skip to content

Commit

Permalink
sound: remove reference to feature-removal-schedule.txt
Browse files Browse the repository at this point in the history
In commit 9c0ece0 ("Get rid of Documentation/feature-removal.txt"),
Linus removed feature-removal-schedule.txt from Documentation, but there
is still some reference to this file.  So remove them.

Signed-off-by: Tao Ma <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
taoma-tm authored and torvalds committed Dec 18, 2012
1 parent 8ec7d50 commit 8f6e604
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions sound/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ config SOUND_OSS_CORE_PRECLAIM

Disabling this allows alternative OSS implementations.

Please read Documentation/feature-removal-schedule.txt for
details.

If unsure, say Y.

source "sound/oss/dmasound/Kconfig"
Expand Down
3 changes: 1 addition & 2 deletions sound/sound_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ extern int msnd_pinnacle_init(void);
* devices only the standard chrdev aliases are requested.
*
* All these clutters are scheduled to be removed along with
* sound-slot/service-* module aliases. Please take a look at
* feature-removal-schedule.txt for details.
* sound-slot/service-* module aliases.
*/
#ifdef CONFIG_SOUND_OSS_CORE_PRECLAIM
static int preclaim_oss = 1;
Expand Down

0 comments on commit 8f6e604

Please sign in to comment.