diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-05-29 07:56:42 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-05-29 07:56:42 +0200 |
commit | 506e6ae2561fbee9a7c8f395178c46616e93bfda (patch) | |
tree | b624cb5ab9b34c4a789212eacc2d942d40268613 /sound/pci/emu10k1/emuproc.c | |
parent | 95bb6258d6bd5d6608949e2fdafbd191705175d3 (diff) | |
download | op-kernel-dev-506e6ae2561fbee9a7c8f395178c46616e93bfda.zip op-kernel-dev-506e6ae2561fbee9a7c8f395178c46616e93bfda.tar.gz |
ALSA: emu10k1: Fix/cleanup ifdef CONFIG_PROC_FS
Build emuproc.o conditionally and drop the unneeded ifdefs.
Some are replaced with the new CONFIG_SND_PROC_FS.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/emu10k1/emuproc.c')
-rw-r--r-- | sound/pci/emu10k1/emuproc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/emu10k1/emuproc.c b/sound/pci/emu10k1/emuproc.c index 53745f4..cf05229 100644 --- a/sound/pci/emu10k1/emuproc.c +++ b/sound/pci/emu10k1/emuproc.c @@ -34,7 +34,6 @@ #include <sound/emu10k1.h> #include "p16v.h" -#ifdef CONFIG_PROC_FS static void snd_emu10k1_proc_spdif_status(struct snd_emu10k1 * emu, struct snd_info_buffer *buffer, char *title, @@ -656,4 +655,3 @@ int snd_emu10k1_proc_init(struct snd_emu10k1 *emu) } return 0; } -#endif /* CONFIG_PROC_FS */ |