summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/w9966.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-04-11 17:28:37 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-04-11 17:28:37 -0300
commitde23398fdb3acd84db447947bd6c2e347cdb7f6f (patch)
tree83ff9a5134132a1a6098e57f8dde9c88edcf2e16 /linux/drivers/media/video/w9966.c
parentc271ec73f1129f6e81861829f463dae7ce2315d5 (diff)
downloadmediapointer-dvb-s2-de23398fdb3acd84db447947bd6c2e347cdb7f6f.tar.gz
mediapointer-dvb-s2-de23398fdb3acd84db447947bd6c2e347cdb7f6f.tar.bz2
added /* keep */ to all #if 0 to avoid being removed by gentree.pl
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/w9966.c')
-rw-r--r--linux/drivers/media/video/w9966.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/video/w9966.c b/linux/drivers/media/video/w9966.c
index 5aea29c69..fe368bfb7 100644
--- a/linux/drivers/media/video/w9966.c
+++ b/linux/drivers/media/video/w9966.c
@@ -158,7 +158,7 @@ static inline void w9966_pdev_release(struct w9966_dev *vdev);
static int w9966_rReg(struct w9966_dev* cam, int reg);
static int w9966_wReg(struct w9966_dev* cam, int reg, int data);
-#if 0
+#if 0 /* keep */;
static int w9966_rReg_i2c(struct w9966_dev* cam, int reg);
#endif
static int w9966_wReg_i2c(struct w9966_dev* cam, int reg, int data);
@@ -174,7 +174,7 @@ static inline int w9966_i2c_setscl(struct w9966_dev* cam, int state);
static inline int w9966_i2c_getsda(struct w9966_dev* cam);
static inline int w9966_i2c_getscl(struct w9966_dev* cam);
static int w9966_i2c_wbyte(struct w9966_dev* cam, int data);
-#if 0
+#if 0 /* keep */;
static int w9966_i2c_rbyte(struct w9966_dev* cam);
#endif
@@ -623,7 +623,7 @@ static int w9966_i2c_wbyte(struct w9966_dev* cam, int data)
// Read a data byte with ack from the i2c-bus
// Expects a claimed pdev. -1 on error
-#if 0
+#if 0 /* keep */;
static int w9966_i2c_rbyte(struct w9966_dev* cam)
{
unsigned char data = 0x00;
@@ -647,7 +647,7 @@ static int w9966_i2c_rbyte(struct w9966_dev* cam)
// Read a register from the i2c device.
// Expects claimed pdev. -1 on error
-#if 0
+#if 0 /* keep */;
static int w9966_rReg_i2c(struct w9966_dev* cam, int reg)
{
int data;