]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/core/timer.c
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[karo-tx-linux.git] / sound / core / timer.c
index a9a1a047c521ff510949f87ca21c192df9497187..31f40f03e5b79c8aac7cb96a793ffdd7bff94e15 100644 (file)
@@ -1034,7 +1034,7 @@ static int snd_timer_register_system(void)
        return snd_timer_global_register(timer);
 }
 
-#ifdef CONFIG_PROC_FS
+#ifdef CONFIG_SND_PROC_FS
 /*
  *  Info interface
  */
@@ -1104,7 +1104,7 @@ static void __exit snd_timer_proc_done(void)
 {
        snd_info_free_entry(snd_timer_proc_entry);
 }
-#else /* !CONFIG_PROC_FS */
+#else /* !CONFIG_SND_PROC_FS */
 #define snd_timer_proc_init()
 #define snd_timer_proc_done()
 #endif