patch-2.3.43 linux/drivers/i2o/i2o_config.c

Next file: linux/drivers/ieee1394/pcilynx.c
Previous file: linux/drivers/i2c/i2c-velleman.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/drivers/i2o/i2o_config.c linux/drivers/i2o/i2o_config.c
@@ -881,18 +881,13 @@
 
 static struct file_operations config_fops =
 {
-	cfg_llseek,
-	cfg_read,
-	cfg_write,
-	NULL,
-	NULL /*cfg_poll*/,
-	cfg_ioctl,
-	NULL,		/* No mmap */
-	cfg_open,
-	NULL,		/* No flush */
-	cfg_release,
-	NULL,
-	cfg_fasync
+	llseek:		cfg_llseek,
+	read:		cfg_read,
+	write:		cfg_write,
+	ioctl:		cfg_ioctl,
+	open:		cfg_open,
+	release:	cfg_release,
+	fasync:		cfg_fasync,
 };
 
 static struct miscdevice i2o_miscdev = {

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