Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sound: remove reference to feature-removal-schedule.txt

In commit 9c0ece069b32 ("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 <boyu.mt@taobao.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Tao Ma and committed by
Linus Torvalds
8f6e6041 8ec7d50f

+1 -5
-3
sound/Kconfig
··· 52 52 53 53 Disabling this allows alternative OSS implementations. 54 54 55 - Please read Documentation/feature-removal-schedule.txt for 56 - details. 57 - 58 55 If unsure, say Y. 59 56 60 57 source "sound/oss/dmasound/Kconfig"
+1 -2
sound/sound_core.c
··· 146 146 * devices only the standard chrdev aliases are requested. 147 147 * 148 148 * All these clutters are scheduled to be removed along with 149 - * sound-slot/service-* module aliases. Please take a look at 150 - * feature-removal-schedule.txt for details. 149 + * sound-slot/service-* module aliases. 151 150 */ 152 151 #ifdef CONFIG_SOUND_OSS_CORE_PRECLAIM 153 152 static int preclaim_oss = 1;