]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/media/i2c/adv7180.c
[media] v4l: subdev: Move [gs]_std operation to video ops
[mirror_ubuntu-bionic-kernel.git] / drivers / media / i2c / adv7180.c
index 5e638b1594529242ea20128253bbe37d99586d2f..ac1cdbe251a330bd943fe6b0b07ebb57f830db36 100644 (file)
@@ -461,6 +461,7 @@ static int adv7180_g_mbus_config(struct v4l2_subdev *sd,
 }
 
 static const struct v4l2_subdev_video_ops adv7180_video_ops = {
+       .s_std = adv7180_s_std,
        .querystd = adv7180_querystd,
        .g_input_status = adv7180_g_input_status,
        .s_routing = adv7180_s_routing,
@@ -472,7 +473,6 @@ static const struct v4l2_subdev_video_ops adv7180_video_ops = {
 };
 
 static const struct v4l2_subdev_core_ops adv7180_core_ops = {
-       .s_std = adv7180_s_std,
        .s_power = adv7180_s_power,
 };