patch-2.3.50 linux/drivers/sound/soundmodule.h
Next file: linux/drivers/sound/sscape.c
Previous file: linux/drivers/sound/soundcard.c
Back to the patch index
Back to the overall index
-  Lines: 20
-  Date:
Tue Mar  7 13:40:24 2000
-  Orig file: 
v2.3.49/linux/drivers/sound/soundmodule.h
-  Orig date: 
Thu May 14 10:33:17 1998
diff -u --recursive --new-file v2.3.49/linux/drivers/sound/soundmodule.h linux/drivers/sound/soundmodule.h
@@ -2,12 +2,11 @@
 #define _SOUNDMODULE_H
 
 #include <linux/notifier.h>
+#include <linux/module.h>
 
 extern struct notifier_block *sound_locker;
 extern void sound_notifier_chain_register(struct notifier_block *);
 
-#ifdef MODULE
-
 #define SOUND_LOCK		sound_notifier_chain_register(&sound_notifier); 
 #define SOUND_LOCK_END		notifier_chain_unregister(&sound_locker, &sound_notifier)
 
@@ -27,5 +26,4 @@
 	0
 };
 
-#endif
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)