patch-2.3.48 linux/drivers/sound/v_midi.c
Next file: linux/drivers/sound/vidc.c
Previous file: linux/drivers/sound/uart6850.c
Back to the patch index
Back to the overall index
-  Lines: 24
-  Date:
Thu Feb 24 22:12:57 2000
-  Orig file: 
v2.3.47/linux/drivers/sound/v_midi.c
-  Orig date: 
Sat Jun 13 10:23:52 1998
diff -u --recursive --new-file v2.3.47/linux/drivers/sound/v_midi.c linux/drivers/sound/v_midi.c
@@ -24,8 +24,6 @@
 #include "sound_config.h"
 #include "soundmodule.h"
 
-#ifdef CONFIG_VMIDI
-
 #include "v_midi.h"
 
 static vmidi_devc *v_devc[2] = { NULL, NULL};
@@ -52,7 +50,7 @@
 	SOUND_LOCK_END;
 }
 
-#endif
+#endif /* MODULE */
 
 /*
  * The DSP channel can be used either for input or output. Variable
@@ -297,5 +295,3 @@
 	sound_unload_mididev(midi2);
 	kfree(midi_mem);
 }
-
-#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)