--- zzzz-none-000/linux-3.10.107/sound/synth/emux/emux_proc.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/sound/synth/emux/emux_proc.c 2021-02-04 17:41:59.000000000 +0000 @@ -24,8 +24,6 @@ #include #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 @@ snd_info_free_entry(emu->proc); emu->proc = NULL; } - -#endif /* CONFIG_PROC_FS */