summaryrefslogtreecommitdiff
path: root/sound/core/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/core/info.c')
-rw-r--r--sound/core/info.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/core/info.c b/sound/core/info.c
index 4169062..f8bdd9b 100644
--- a/sound/core/info.c
+++ b/sound/core/info.c
@@ -33,12 +33,6 @@
#include <linux/mutex.h>
#include <stdarg.h>
-/*
- *
- */
-
-#ifdef CONFIG_PROC_FS
-
int snd_info_check_reserved_words(const char *str)
{
static char *reserved[] =
@@ -850,5 +844,3 @@ static int __init snd_info_version_init(void)
entry->c.text.read = snd_info_version_read;
return snd_info_register(entry); /* freed in error path */
}
-
-#endif /* CONFIG_PROC_FS */