diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-15 17:11:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:40 -0400 |
commit | 17de9a4e53567912735105e189535f5d83e74a81 (patch) | |
tree | 3ba441d22496b067f4d2dfe28884ee4ff9639675 /drivers/media/video/msp3400-driver.c | |
parent | 0b9c2b7a413c0e79254f17bbe095cee24885cd4b (diff) |
V4L/DVB (7584): Fix build that occurs when CONFIG_VIDEO_PMS=y and VIDEO_V4L2_COMMON=m
This patch removes zoran checks for VIDEO_V4L2, since this API is always
present, when V4L is selected.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/msp3400-driver.c')
-rw-r--r-- | drivers/media/video/msp3400-driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/msp3400-driver.c b/drivers/media/video/msp3400-driver.c index 7a11f3159e32..b73c740f7fb2 100644 --- a/drivers/media/video/msp3400-driver.c +++ b/drivers/media/video/msp3400-driver.c | |||
@@ -366,7 +366,7 @@ int msp_sleep(struct msp_state *state, int timeout) | |||
366 | } | 366 | } |
367 | 367 | ||
368 | /* ------------------------------------------------------------------------ */ | 368 | /* ------------------------------------------------------------------------ */ |
369 | #ifdef CONFIG_VIDEO_V4L1 | 369 | #ifdef CONFIG_VIDEO_ALLOW_V4L1 |
370 | static int msp_mode_v4l2_to_v4l1(int rxsubchans, int audmode) | 370 | static int msp_mode_v4l2_to_v4l1(int rxsubchans, int audmode) |
371 | { | 371 | { |
372 | if (rxsubchans == V4L2_TUNER_SUB_MONO) | 372 | if (rxsubchans == V4L2_TUNER_SUB_MONO) |
@@ -514,7 +514,7 @@ static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg) | |||
514 | /* --- v4l ioctls --- */ | 514 | /* --- v4l ioctls --- */ |
515 | /* take care: bttv does userspace copying, we'll get a | 515 | /* take care: bttv does userspace copying, we'll get a |
516 | kernel pointer here... */ | 516 | kernel pointer here... */ |
517 | #ifdef CONFIG_VIDEO_V4L1 | 517 | #ifdef CONFIG_VIDEO_ALLOW_V4L1 |
518 | case VIDIOCGAUDIO: | 518 | case VIDIOCGAUDIO: |
519 | { | 519 | { |
520 | struct video_audio *va = arg; | 520 | struct video_audio *va = arg; |