summaryrefslogtreecommitdiff
path: root/drivers/media/video/mt9t112.c
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2011-09-08 13:16:56 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-03 18:28:55 -0200
commit0934d94a52423fac35922c2e29d72a43db7ddd48 (patch)
tree9f5b80aebc386019ca710029566a5fe509fbff19 /drivers/media/video/mt9t112.c
parent41efcd7a6862951fd13c0e950ef05b865d7488a8 (diff)
[media] soc_camera: remove the now obsolete struct soc_camera_ops
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> [g.liakhovetski@gmx.de: mt9m001 hunk moved to an earlier patch] Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/mt9t112.c')
-rw-r--r--drivers/media/video/mt9t112.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/mt9t112.c b/drivers/media/video/mt9t112.c
index 25cdcb90768a..b8da7fe9a6bd 100644
--- a/drivers/media/video/mt9t112.c
+++ b/drivers/media/video/mt9t112.c
@@ -1095,8 +1095,6 @@ static int mt9t112_probe(struct i2c_client *client,
v4l2_i2c_subdev_init(&priv->subdev, client, &mt9t112_subdev_ops);
- icd->ops = NULL;
-
ret = mt9t112_camera_probe(icd, client);
if (ret)
kfree(priv);