]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/upd64083.c
V4L/DVB (11304): v4l2: remove v4l2_subdev_command calls where they are no longer...
[linux-2.6-omap-h63xx.git] / drivers / media / video / upd64083.c
index acd66c172efea85510a76122f456812207b762e8..410c915d51fa3e56e70122ae9d800b6d4430d910 100644 (file)
@@ -164,11 +164,6 @@ static int upd64083_log_status(struct v4l2_subdev *sd)
        return 0;
 }
 
-static int upd64083_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 upd64083_core_ops = {
@@ -239,7 +234,6 @@ MODULE_DEVICE_TABLE(i2c, upd64083_id);
 
 static struct v4l2_i2c_driver_data v4l2_i2c_data = {
        .name = "upd64083",
-       .command = upd64083_command,
        .probe = upd64083_probe,
        .remove = upd64083_remove,
        .id_table = upd64083_id,