]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: aloop: Drop unnecessary ifdef CONFIG_PROC_FS
authorTakashi Iwai <tiwai@suse.de>
Fri, 29 May 2015 05:46:05 +0000 (07:46 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 May 2015 05:46:05 +0000 (07:46 +0200)
commit41960d9592a1da97a8b0771897e3d085abf1e428
tree26abaec98cd62441621d8872a22224233a50aa4c
parentb816db9d36d3ff53c0cfa4068cc7e03249e3c45f
ALSA: aloop: Drop unnecessary ifdef CONFIG_PROC_FS

Since the compiler can optimize away the unused code, we can reduce
the messy ifdef.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/aloop.c