diff options
author | Erik Andrén <erik.andren@gmail.com> | 2008-11-27 19:50:17 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 14:39:56 +0300 |
commit | f1c6171c4b7b2882a67db6a24c8699fa0efab42f (patch) | |
tree | 21a92a65d3516eb2d61f0b70a0fec18c7b408ba7 /drivers/media/video/gspca/m5602/m5602_mt9m111.h | |
parent | 4f93c450e8320d906ae50c75f2c8696516b5ccf3 (diff) | |
download | linux-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.h | 3 |
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); |