aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/m5602/m5602_mt9m111.h
diff options
context:
space:
mode:
authorErik Andrén <erik.andren@gmail.com>2008-11-27 13:50:17 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 09:39:56 -0200
commitf1c6171c4b7b2882a67db6a24c8699fa0efab42f (patch)
tree21a92a65d3516eb2d61f0b70a0fec18c7b408ba7 /drivers/media/video/gspca/m5602/m5602_mt9m111.h
parentV4L/DVB (10023): m5602: Convert the mt9m111 to use the common read_sensor function (diff)
downloadlinux-dev-f1c6171c4b7b2882a67db6a24c8699fa0efab42f.tar.xz
linux-dev-f1c6171c4b7b2882a67db6a24c8699fa0efab42f.zip
V4L/DVB (10024): m5602: Remove the mt9m111 implementation of the read_sensor function.
Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/media/video/gspca/m5602/m5602_mt9m111.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_mt9m111.h b/drivers/media/video/gspca/m5602/m5602_mt9m111.h
index 763b17ee617c..c5f75aa59f54 100644
--- a/drivers/media/video/gspca/m5602/m5602_mt9m111.h
+++ b/drivers/media/video/gspca/m5602/m5602_mt9m111.h
@@ -87,9 +87,6 @@ int mt9m111_probe(struct sd *sd);
int mt9m111_init(struct sd *sd);
int mt9m111_power_down(struct sd *sd);
-int mt9m111_read_sensor(struct sd *sd, const u8 address,
- u8 *i2c_data, const u8 len);
-
int mt9m111_set_vflip(struct gspca_dev *gspca_dev, __s32 val);
int mt9m111_get_vflip(struct gspca_dev *gspca_dev, __s32 *val);
int mt9m111_get_hflip(struct gspca_dev *gspca_dev, __s32 *val);