patch-2.3.38 linux/drivers/char/h8.c

Next file: linux/drivers/char/ip2main.c
Previous file: linux/drivers/char/dtlk.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.37/linux/drivers/char/h8.c linux/drivers/char/h8.c
@@ -109,18 +109,7 @@
 static char  driver_version[] = "X0.0";/* no spaces */
 
 static struct file_operations h8_fops = {
-        NULL,           /* lseek */
-        NULL,
-        NULL,           /* write */
-        NULL,           /* readdir */
-        NULL,
-        NULL,
-        NULL,           /* mmap */
-        NULL,
-	NULL,		/* flush */
-        NULL,
-        NULL,           /* fsync */
-        NULL            /* fasync */
+	/* twelve lines of crap^WNULLs were here */
 };
 
 static struct miscdevice h8_device = {

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