Skip to content

Commit

Permalink
V4L/DVB (7037): Fix build breakage of the bttv driver, when advanced …
Browse files Browse the repository at this point in the history
…debugging is not enabled

Signed-off-by: Zoltan Devai <zdevai@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Zoltan Devai authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent f37fdf3 commit 4384683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/video/bt8xx/bttv-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 4384683

Please sign in to comment.