]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/synth/emux/emux_proc.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[karo-tx-linux.git] / sound / synth / emux / emux_proc.c
index 58a32a10d115863661dea284024fae49102c889a..a82b4053bee855be16ed74e2b1f6bc3fc548ac04 100644 (file)
@@ -24,8 +24,6 @@
 #include <sound/info.h>
 #include "emux_voice.h"
 
-#ifdef CONFIG_PROC_FS
-
 static void
 snd_emux_proc_info_read(struct snd_info_entry *entry, 
                        struct snd_info_buffer *buf)
@@ -128,5 +126,3 @@ void snd_emux_proc_free(struct snd_emux *emu)
        snd_info_free_entry(emu->proc);
        emu->proc = NULL;
 }
-
-#endif /* CONFIG_PROC_FS */