patch-2.4.0-test3 linux/drivers/sound/soundcard.c

Next file: linux/drivers/sound/sscape.c
Previous file: linux/drivers/sound/sound_syms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/sound/soundcard.c linux/drivers/sound/soundcard.c
@@ -43,7 +43,7 @@
 #include <linux/delay.h>
 #include <linux/proc_fs.h>
 #include <linux/smp_lock.h>
-#include "soundmodule.h"
+#include <linux/notifier.h>
 
 
 struct notifier_block *sound_locker=(struct notifier_block *)0;
@@ -572,7 +572,7 @@
 			else {
 				devfs_handle_t de;
 				
-				de = devfs_find_handle (NULL, name_buf, 0, 0, 0,
+				de = devfs_find_handle (NULL, name_buf, 0, 0,
 					DEVFS_SPECIAL_CHR, 0);
 				devfs_unregister (de);
 			}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)