patch-2.3.43 linux/drivers/sound/wavfront.c

Next file: linux/drivers/telephony/ixj.c
Previous file: linux/drivers/sound/vwsnd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/drivers/sound/wavfront.c linux/drivers/sound/wavfront.c
@@ -2002,19 +2002,10 @@
 }
 
 static /*const*/ struct file_operations wavefront_fops = {
-	&wavefront_llseek,
-	NULL,  /* read */
-	NULL,  /* write */
-	NULL,  /* readdir */
-	NULL,  /* poll */
-	&wavefront_ioctl,
-	NULL,  /* mmap */
-	&wavefront_open,
-	NULL,  /* flush */
-	&wavefront_release,
-	NULL,  /* fsync */
-	NULL,  /* fasync */
-	NULL,  /* lock */
+	llseek:		wavefront_llseek,
+	ioctl:		wavefront_ioctl,
+	open:		wavefront_open,
+	release:	wavefront_release,
 };
 
 

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