summaryrefslogtreecommitdiff
path: root/drivers/media/i2c
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2014-01-31 08:51:18 -0300
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:59:37 +0900
commit254cbe84e13707ee82cbe69c418be416d5b6c76c (patch)
tree990d77235778f61ff6063b6c6197c12f1fa5eabc /drivers/media/i2c
parent4a335c4af2b95e0c10e7f6cc90641a63d14b9148 (diff)
downloadlinux-3.10-254cbe84e13707ee82cbe69c418be416d5b6c76c.tar.gz
linux-3.10-254cbe84e13707ee82cbe69c418be416d5b6c76c.tar.bz2
linux-3.10-254cbe84e13707ee82cbe69c418be416d5b6c76c.zip
upstream: [media] ths8200: Remove deprecated video-level DV timings operations
The video enum_dv_timings and dv_timings_cap operations are deprecated and unused. Remove them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r--drivers/media/i2c/ths8200.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/i2c/ths8200.c b/drivers/media/i2c/ths8200.c
index 5d8ba4e404e..f2059f7c05f 100644
--- a/drivers/media/i2c/ths8200.c
+++ b/drivers/media/i2c/ths8200.c
@@ -432,8 +432,6 @@ static const struct v4l2_subdev_video_ops ths8200_video_ops = {
.s_stream = ths8200_s_stream,
.s_dv_timings = ths8200_s_dv_timings,
.g_dv_timings = ths8200_g_dv_timings,
- .enum_dv_timings = ths8200_enum_dv_timings,
- .dv_timings_cap = ths8200_dv_timings_cap,
};
static const struct v4l2_subdev_pad_ops ths8200_pad_ops = {