]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/tuner-core.c
V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.
[linux-2.6-omap-h63xx.git] / drivers / media / video / tuner-core.c
index 61f100703456b689c48e1d2eb0418a0609a92a4a..28af7b7e9512d1e9aad8c1a01fd9bf6dfaa9a963 100644 (file)
@@ -981,10 +981,10 @@ static int tuner_command(struct i2c_client *client, unsigned cmd, void *arg)
 
 static const struct v4l2_subdev_core_ops tuner_core_ops = {
        .log_status = tuner_log_status,
+       .s_std = tuner_s_std,
 };
 
 static const struct v4l2_subdev_tuner_ops tuner_tuner_ops = {
-       .s_std = tuner_s_std,
        .s_radio = tuner_s_radio,
        .g_tuner = tuner_g_tuner,
        .s_tuner = tuner_s_tuner,