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-26 07:12:59 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 11:39:52 (GMT)
commitfce65f6515f049dea9451afaa0e85af01aecd190 (patch)
tree0074863f9aa4dd8951e51decaaf90d353e1e61d3 /drivers/media/video/gspca/m5602/m5602_mt9m111.h
parent6dc4cff0c391c691dae56486f854534658fdfea8 (diff)
downloadlinux-fce65f6515f049dea9451afaa0e85af01aecd190.tar.xz
V4L/DVB (10014): gspca - m5602: Remove all sensor specific write functions.
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 2c7b2a4..763b17e 100644
--- a/drivers/media/video/gspca/m5602/m5602_mt9m111.h
+++ b/drivers/media/video/gspca/m5602/m5602_mt9m111.h
@@ -90,9 +90,6 @@ 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_write_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);