summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx23885
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2007-10-04 00:54:11 -0700
committerTrent Piepho <xyzzy@speakeasy.org>2007-10-04 00:54:11 -0700
commitf4510336fb73dfe1e7ef7c77e76be67a092efa20 (patch)
treecca2def0e1d9952899ad771743c3919ffb7cd55e /linux/drivers/media/video/cx23885
parentde4861886737027203b44c1f5cf8851effa5bea2 (diff)
downloadmediapointer-dvb-s2-f4510336fb73dfe1e7ef7c77e76be67a092efa20.tar.gz
mediapointer-dvb-s2-f4510336fb73dfe1e7ef7c77e76be67a092efa20.tar.bz2
videobuf: Remove references to old Kconfig option name
From: Trent Piepho <xyzzy@speakeasy.org> 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>
Diffstat (limited to 'linux/drivers/media/video/cx23885')
-rw-r--r--linux/drivers/media/video/cx23885/cx23885.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885.h b/linux/drivers/media/video/cx23885/cx23885.h
index a0b353096..c1f61611a 100644
--- a/linux/drivers/media/video/cx23885/cx23885.h
+++ b/linux/drivers/media/video/cx23885/cx23885.h
@@ -28,9 +28,7 @@
#include <media/tuner.h>
#include <media/tveeprom.h>
#include <media/video-buf.h>
-#if defined(CONFIG_VIDEO_BUF_DVB) || defined(CONFIG_VIDEO_BUF_DVB_MODULE)
#include <media/video-buf-dvb.h>
-#endif
#include "compat.h"
#include "btcx-risc.h"