aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt819.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/bt819.c')
-rw-r--r--drivers/media/video/bt819.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/bt819.c b/drivers/media/video/bt819.c
index df4516d8dcab..9f84032ce38c 100644
--- a/drivers/media/video/bt819.c
+++ b/drivers/media/video/bt819.c
@@ -444,9 +444,6 @@ static const struct v4l2_subdev_core_ops bt819_core_ops = {
444 .g_ctrl = bt819_g_ctrl, 444 .g_ctrl = bt819_g_ctrl,
445 .s_ctrl = bt819_s_ctrl, 445 .s_ctrl = bt819_s_ctrl,
446 .queryctrl = bt819_queryctrl, 446 .queryctrl = bt819_queryctrl,
447};
448
449static const struct v4l2_subdev_tuner_ops bt819_tuner_ops = {
450 .s_std = bt819_s_std, 447 .s_std = bt819_s_std,
451}; 448};
452 449
@@ -459,7 +456,6 @@ static const struct v4l2_subdev_video_ops bt819_video_ops = {
459 456
460static const struct v4l2_subdev_ops bt819_ops = { 457static const struct v4l2_subdev_ops bt819_ops = {
461 .core = &bt819_core_ops, 458 .core = &bt819_core_ops,
462 .tuner = &bt819_tuner_ops,
463 .video = &bt819_video_ops, 459 .video = &bt819_video_ops,
464}; 460};
465 461