ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS
[deliverable/linux.git] / sound / core / seq / seq_clientmgr.c
index edbdab85fc02f6f8a54388e9f1b353559661497e..b64f20deba90352307d482565b8e4f6c9d2cb4b0 100644 (file)
@@ -2447,7 +2447,7 @@ EXPORT_SYMBOL(snd_seq_kernel_client_write_poll);
 
 /*---------------------------------------------------------------------------*/
 
-#ifdef CONFIG_PROC_FS
+#ifdef CONFIG_SND_PROC_FS
 /*
  *  /proc interface
  */
@@ -2549,7 +2549,7 @@ void snd_seq_info_clients_read(struct snd_info_entry *entry,
                snd_seq_client_unlock(client);
        }
 }
-#endif /* CONFIG_PROC_FS */
+#endif /* CONFIG_SND_PROC_FS */
 
 /*---------------------------------------------------------------------------*/
 
This page took 0.045687 seconds and 5 git commands to generate.