summaryrefslogtreecommitdiff
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 16:50:17 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 11:39:56 (GMT)
commitf1c6171c4b7b2882a67db6a24c8699fa0efab42f (patch)
tree21a92a65d3516eb2d61f0b70a0fec18c7b408ba7 /drivers/media/video/gspca/m5602/m5602_mt9m111.h
parent4f93c450e8320d906ae50c75f2c8696516b5ccf3 (diff)
downloadlinux-f1c6171c4b7b2882a67db6a24c8699fa0efab42f.tar.xz
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 'drivers/media/video/gspca/m5602/m5602_mt9m111.h')
-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 763b17e..c5f75aa 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);