]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/media/video/tlv320aic23b.c
V4L/DVB (11304): v4l2: remove v4l2_subdev_command calls where they are no longer...
[karo-tx-linux.git] / drivers / media / video / tlv320aic23b.c
index b8cc7d39a90ad800ab66d0426fc4a022314b3664..07789c64814cf4d133da0b83b84090a730c54721 100644 (file)
@@ -118,11 +118,6 @@ static int tlv320aic23b_log_status(struct v4l2_subdev *sd)
        return 0;
 }
 
-static int tlv320aic23b_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 tlv320aic23b_core_ops = {
@@ -205,7 +200,6 @@ MODULE_DEVICE_TABLE(i2c, tlv320aic23b_id);
 
 static struct v4l2_i2c_driver_data v4l2_i2c_data = {
        .name = "tlv320aic23b",
-       .command = tlv320aic23b_command,
        .probe = tlv320aic23b_probe,
        .remove = tlv320aic23b_remove,
        .id_table = tlv320aic23b_id,