patch-2.4.0-test3 linux/drivers/char/zr36120.c

Next file: linux/drivers/i2c/i2c-core.c
Previous file: linux/drivers/char/videodev.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/char/zr36120.c linux/drivers/char/zr36120.c
@@ -153,6 +153,7 @@
 
 static void zoran_set_geo(struct zoran* ztv, struct vidinfo* i);
 
+#if 0 /* unused */
 static
 void zoran_dump(struct zoran *ztv)
 {
@@ -169,6 +170,7 @@
 		p += sprintf(p, "%08x ",zrread(i));
 	}
 }
+#endif /* unused */
 
 static
 void reap_states(struct zoran* ztv)

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