sound: remove reference to feature-removal-schedule.txt
In commit 9c0ece069b
("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>
This commit is contained in:
parent
8ec7d50f1e
commit
8f6e604196
|
@ -52,9 +52,6 @@ config SOUND_OSS_CORE_PRECLAIM
|
||||||
|
|
||||||
Disabling this allows alternative OSS implementations.
|
Disabling this allows alternative OSS implementations.
|
||||||
|
|
||||||
Please read Documentation/feature-removal-schedule.txt for
|
|
||||||
details.
|
|
||||||
|
|
||||||
If unsure, say Y.
|
If unsure, say Y.
|
||||||
|
|
||||||
source "sound/oss/dmasound/Kconfig"
|
source "sound/oss/dmasound/Kconfig"
|
||||||
|
|
|
@ -146,8 +146,7 @@ extern int msnd_pinnacle_init(void);
|
||||||
* devices only the standard chrdev aliases are requested.
|
* devices only the standard chrdev aliases are requested.
|
||||||
*
|
*
|
||||||
* All these clutters are scheduled to be removed along with
|
* All these clutters are scheduled to be removed along with
|
||||||
* sound-slot/service-* module aliases. Please take a look at
|
* sound-slot/service-* module aliases.
|
||||||
* feature-removal-schedule.txt for details.
|
|
||||||
*/
|
*/
|
||||||
#ifdef CONFIG_SOUND_OSS_CORE_PRECLAIM
|
#ifdef CONFIG_SOUND_OSS_CORE_PRECLAIM
|
||||||
static int preclaim_oss = 1;
|
static int preclaim_oss = 1;
|
||||||
|
|
Loading…
Reference in New Issue