aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttv-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-driver.c')
-rw-r--r--drivers/media/video/bt8xx/bttv-driver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c
index dcad2f7a995c..410260a1c364 100644
--- a/drivers/media/video/bt8xx/bttv-driver.c
+++ b/drivers/media/video/bt8xx/bttv-driver.c
@@ -3398,7 +3398,6 @@ static const struct v4l2_ioctl_ops bttv_ioctl_ops = {
3398 3398
3399static struct video_device bttv_video_template = { 3399static struct video_device bttv_video_template = {
3400 .fops = &bttv_fops, 3400 .fops = &bttv_fops,
3401 .minor = -1,
3402 .ioctl_ops = &bttv_ioctl_ops, 3401 .ioctl_ops = &bttv_ioctl_ops,
3403 .tvnorms = BTTV_NORMS, 3402 .tvnorms = BTTV_NORMS,
3404 .current_norm = V4L2_STD_PAL, 3403 .current_norm = V4L2_STD_PAL,
@@ -3642,7 +3641,6 @@ static const struct v4l2_ioctl_ops radio_ioctl_ops = {
3642 3641
3643static struct video_device radio_template = { 3642static struct video_device radio_template = {
3644 .fops = &radio_fops, 3643 .fops = &radio_fops,
3645 .minor = -1,
3646 .ioctl_ops = &radio_ioctl_ops, 3644 .ioctl_ops = &radio_ioctl_ops,
3647}; 3645};
3648 3646