aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/core/sound.c')
-rw-r--r--sound/core/sound.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/core/sound.c b/sound/core/sound.c
index 3b91f180f687..a8eda02bcf1c 100644
--- a/sound/core/sound.c
+++ b/sound/core/sound.c
@@ -320,6 +320,7 @@ int snd_unregister_device(int type, struct snd_card *card, int dev)
320 return 0; 320 return 0;
321} 321}
322 322
323#ifdef CONFIG_PROC_FS
323/* 324/*
324 * INFO PART 325 * INFO PART
325 */ 326 */
@@ -396,6 +397,7 @@ int __exit snd_minor_info_done(void)
396 snd_info_unregister(snd_minor_info_entry); 397 snd_info_unregister(snd_minor_info_entry);
397 return 0; 398 return 0;
398} 399}
400#endif /* CONFIG_PROC_FS */
399 401
400/* 402/*
401 * INIT PART 403 * INIT PART