X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=sound%2Fcore%2Foss%2Fio.c;h=3ece39fc48dbaff2a8c06e4ef9cf0f62f73a32a7;hb=c1017a4cdb68ae5368fbc9ee42c77f1f5dca8916;hp=b6e7ce30e5a35dea6927d323d4390eb7e11824ec;hpb=79072f38909e3d9883317238887460c39ddcc4cb;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/sound/core/oss/io.c b/sound/core/oss/io.c index b6e7ce30e5a3..3ece39fc48db 100644 --- a/sound/core/oss/io.c +++ b/sound/core/oss/io.c @@ -1,6 +1,6 @@ /* * PCM I/O Plug-In Interface - * Copyright (c) 1999 by Jaroslav Kysela + * Copyright (c) 1999 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify @@ -20,9 +20,6 @@ */ #include - -#ifdef CONFIG_SND_PCM_OSS_PLUGINS - #include #include #include @@ -135,5 +132,3 @@ int snd_pcm_plugin_build_io(struct snd_pcm_substream *plug, *r_plugin = plugin; return 0; } - -#endif