From de23398fdb3acd84db447947bd6c2e347cdb7f6f Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 11 Apr 2006 17:28:37 -0300 Subject: added /* keep */ to all #if 0 to avoid being removed by gentree.pl From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/meye.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers/media/video/meye.c') diff --git a/linux/drivers/media/video/meye.c b/linux/drivers/media/video/meye.c index dcd90f56b..73749c740 100644 --- a/linux/drivers/media/video/meye.c +++ b/linux/drivers/media/video/meye.c @@ -750,7 +750,7 @@ static int mchip_compress_frame(u8 *buf, int bufsize) return len; } -#if 0 +#if 0 /* keep */; /* uncompress one image into a buffer */ static int mchip_uncompress_frame(u8 *img, int imgsize, u8 *buf, int bufsize) { -- cgit v1.2.3