diff options
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); |