aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorZoltan Devai <zdevai@gmail.com>2008-01-14 11:24:38 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:05:03 -0500
commit438468359e1db16a7d1925fc4f2519a044bbf7dd (patch)
treec7786384699a9cb6da5e660d661ebbdebcbcb291 /drivers/media
parentf37fdf3ff744bffc35a8f1b9d7d655d8d88a0404 (diff)
V4L/DVB (7037): Fix build breakage of the bttv driver, when advanced debugging is not enabled
Signed-off-by: Zoltan Devai <zdevai@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/bt8xx/bttv-driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c
index ddca21d9c948..907dc62c1783 100644
--- a/drivers/media/video/bt8xx/bttv-driver.c
+++ b/drivers/media/video/bt8xx/bttv-driver.c
@@ -3402,8 +3402,10 @@ static struct video_device bttv_video_template =
3402 .vidioc_s_frequency = bttv_s_frequency, 3402 .vidioc_s_frequency = bttv_s_frequency,
3403 .vidioc_log_status = bttv_log_status, 3403 .vidioc_log_status = bttv_log_status,
3404 .vidioc_querystd = bttv_querystd, 3404 .vidioc_querystd = bttv_querystd,
3405#ifdef CONFIG_VIDEO_ADV_DEBUG
3405 .vidioc_g_register = bttv_g_register, 3406 .vidioc_g_register = bttv_g_register,
3406 .vidioc_s_register = bttv_s_register, 3407 .vidioc_s_register = bttv_s_register,
3408#endif
3407 .tvnorms = BTTV_NORMS, 3409 .tvnorms = BTTV_NORMS,
3408 .current_norm = V4L2_STD_PAL, 3410 .current_norm = V4L2_STD_PAL,
3409}; 3411};