Commit 43846835 authored by Zoltan Devai's avatar Zoltan Devai Committed by Mauro Carvalho Chehab

V4L/DVB (7037): Fix build breakage of the bttv driver, when advanced debugging is not enabled

Signed-off-by: default avatarZoltan Devai <zdevai@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent f37fdf3f
......@@ -3402,8 +3402,10 @@ static struct video_device bttv_video_template =
.vidioc_s_frequency = bttv_s_frequency,
.vidioc_log_status = bttv_log_status,
.vidioc_querystd = bttv_querystd,
#ifdef CONFIG_VIDEO_ADV_DEBUG
.vidioc_g_register = bttv_g_register,
.vidioc_s_register = bttv_s_register,
#endif
.tvnorms = BTTV_NORMS,
.current_norm = V4L2_STD_PAL,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment