diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index 5e15a8ea6..31e991e00 100644 --- a/linux/drivers/media/video/cx88/cx88-dvb.c +++ b/linux/drivers/media/video/cx88/cx88-dvb.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-dvb.c,v 1.45 2005/07/15 21:44:14 mchehab Exp $ + * $Id: cx88-dvb.c,v 1.46 2005/07/15 23:59:43 mchehab Exp $ * * device driver for Conexant 2388x based TV cards * MPEG Transport Stream (DVB) routines @@ -29,13 +29,17 @@ #include <linux/kthread.h> #include <linux/file.h> #include <linux/suspend.h> +#include "compat.h" #define CONFIG_DVB_MT352 1 #define CONFIG_DVB_CX22702 1 #define CONFIG_DVB_OR51132 1 +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13) +#define CONFIG_DVB_LGDT3302 0 +#else #define CONFIG_DVB_LGDT3302 1 +#endif -#include "compat.h" #include "cx88.h" #include "dvb-pll.h" |