patch-2.3.49 linux/drivers/isdn/hysdn/hysdn_procconf.c

Next file: linux/drivers/isdn/hysdn/hysdn_procfs.c
Previous file: linux/drivers/isdn/hisax/hfc_sx.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.48/linux/drivers/isdn/hysdn/hysdn_procconf.c linux/drivers/isdn/hysdn/hysdn_procconf.c
@@ -403,17 +403,11 @@
 /******************************************************/
 static struct file_operations conf_fops =
 {
-	hysdn_dummy_lseek,
-	hysdn_conf_read,
-	hysdn_conf_write,
-	NULL,			/* readdir */
-	NULL,			/* poll */
-	NULL,			/* ioctl */
-	NULL,			/* mmap */
-	hysdn_conf_open,
-	NULL,			/* flush */
-	hysdn_conf_close,
-	NULL			/* fsync */
+	llseek:		hysdn_dummy_lseek,
+	read:		hysdn_conf_read,
+	write:		hysdn_conf_write,
+	open:		hysdn_conf_open,
+	release:	hysdn_conf_close,
 };
 
 /*****************************/

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