|
@@ -272,7 +272,7 @@ EXPORT_SYMBOL_GPL(snd_seq_driver_unregister);
|
|
|
|
|
|
static int __init seq_dev_proc_init(void)
|
|
|
{
|
|
|
-#ifdef CONFIG_PROC_FS
|
|
|
+#ifdef CONFIG_SND_PROC_FS
|
|
|
info_entry = snd_info_create_module_entry(THIS_MODULE, "drivers",
|
|
|
snd_seq_root);
|
|
|
if (info_entry == NULL)
|
|
@@ -305,7 +305,7 @@ static void __exit alsa_seq_device_exit(void)
|
|
|
#ifdef CONFIG_MODULES
|
|
|
cancel_work_sync(&autoload_work);
|
|
|
#endif
|
|
|
-#ifdef CONFIG_PROC_FS
|
|
|
+#ifdef CONFIG_SND_PROC_FS
|
|
|
snd_info_free_entry(info_entry);
|
|
|
#endif
|
|
|
bus_unregister(&snd_seq_bus_type);
|