diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-10-04 03:54:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 23:03:08 -0400 |
commit | 5a3ebe8755e88cd765f75121665c0d38004f8f37 (patch) | |
tree | 7222fa5758af23b322f9d792632c1a304a3c4bc3 /drivers/media/video/saa7134/saa7134.h | |
parent | 9320874a3e6aea7044a4a7eedeab13db990424ab (diff) |
V4L/DVB (6283): videobuf: Remove references to old Kconfig option name
CONFIG_VIDEO_BUF_DVB became CONFIG_VIDEOBUF_DVB.
But in these cases, it makes more sense to use CONFIG_VIDEO_SAA7134_DVB
or CONFIG_VIDEO_CX88_DVB_MODULE depending on the driver.
The reference in cx23885.h should just be removed, as the code there needs to
be included if DVB is on or off. I do not think you can even compile the
cx23885 driver without DVB. It's clearly just leftover from when the file was
obvious copied from the cx88 driver (which is not mentioned in the copyright
BTW).
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134.h')
-rw-r--r-- | drivers/media/video/saa7134/saa7134.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/saa7134/saa7134.h b/drivers/media/video/saa7134/saa7134.h index 745b750cd3fe..064f3dbe6951 100644 --- a/drivers/media/video/saa7134/saa7134.h +++ b/drivers/media/video/saa7134/saa7134.h | |||
@@ -41,7 +41,7 @@ | |||
41 | #include <sound/driver.h> | 41 | #include <sound/driver.h> |
42 | #include <sound/core.h> | 42 | #include <sound/core.h> |
43 | #include <sound/pcm.h> | 43 | #include <sound/pcm.h> |
44 | #if defined(CONFIG_VIDEO_BUF_DVB) || defined(CONFIG_VIDEO_BUF_DVB_MODULE) | 44 | #if defined(CONFIG_VIDEO_SAA7134_DVB) || defined(CONFIG_VIDEO_SAA7134_DVB_MODULE) |
45 | #include <media/videobuf-dvb.h> | 45 | #include <media/videobuf-dvb.h> |
46 | #endif | 46 | #endif |
47 | 47 | ||
@@ -538,7 +538,7 @@ struct saa7134_dev { | |||
538 | struct work_struct empress_workqueue; | 538 | struct work_struct empress_workqueue; |
539 | int empress_started; | 539 | int empress_started; |
540 | 540 | ||
541 | #if defined(CONFIG_VIDEO_BUF_DVB) || defined(CONFIG_VIDEO_BUF_DVB_MODULE) | 541 | #if defined(CONFIG_VIDEO_SAA7134_DVB) || defined(CONFIG_VIDEO_SAA7134_DVB_MODULE) |
542 | /* SAA7134_MPEG_DVB only */ | 542 | /* SAA7134_MPEG_DVB only */ |
543 | struct videobuf_dvb dvb; | 543 | struct videobuf_dvb dvb; |
544 | int (*original_demod_sleep)(struct dvb_frontend* fe); | 544 | int (*original_demod_sleep)(struct dvb_frontend* fe); |