summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/w9966.c
diff options
context:
space:
mode:
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;