summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/ovcamchip
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-29 22:54:35 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-29 22:54:35 -0300
commit6601c921cc0606a98bb649b3ebd524450c26cf6e (patch)
tree407711515fbdb1eb90ac7dd322f858afdf7587a5 /linux/drivers/media/video/ovcamchip
parent70563a913cd706ee2ff44f15f9be404764f932dc (diff)
parent90fe2a4ea4edbd255bdf8074fbb402d454682e94 (diff)
downloadmediapointer-dvb-s2-6601c921cc0606a98bb649b3ebd524450c26cf6e.tar.gz
mediapointer-dvb-s2-6601c921cc0606a98bb649b3ebd524450c26cf6e.tar.bz2
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-cx88
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/ovcamchip')
-rw-r--r--linux/drivers/media/video/ovcamchip/ovcamchip_core.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/linux/drivers/media/video/ovcamchip/ovcamchip_core.c b/linux/drivers/media/video/ovcamchip/ovcamchip_core.c
index 63303b70f..8de129b41 100644
--- a/linux/drivers/media/video/ovcamchip/ovcamchip_core.c
+++ b/linux/drivers/media/video/ovcamchip/ovcamchip_core.c
@@ -335,11 +335,6 @@ static long ovcamchip_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg)
}
}
-static int ovcamchip_command(struct i2c_client *client, unsigned cmd, void *arg)
-{
- return v4l2_subdev_command(i2c_get_clientdata(client), cmd, arg);
-}
-
/* ----------------------------------------------------------------------- */
static const struct v4l2_subdev_core_ops ovcamchip_core_ops = {
@@ -409,7 +404,6 @@ MODULE_DEVICE_TABLE(i2c, ovcamchip_id);
#endif
static struct v4l2_i2c_driver_data v4l2_i2c_data = {
.name = "ovcamchip",
- .command = ovcamchip_command,
.probe = ovcamchip_probe,
.remove = ovcamchip_remove,
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 26)