diff options
author | Michael Krufky <devnull@localhost> | 2005-07-25 05:13:50 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-25 05:13:50 +0000 |
commit | 1181e3e5ba3343b8c87a92a357a449ed885e9478 (patch) | |
tree | 766dae68d2286001d5d38bbad504921011bb0be1 /linux/drivers | |
parent | 5581913858d7f90510d66940102104f7be5a5d53 (diff) | |
download | mediapointer-dvb-s2-1181e3e5ba3343b8c87a92a357a449ed885e9478.tar.gz mediapointer-dvb-s2-1181e3e5ba3343b8c87a92a357a449ed885e9478.tar.bz2 |
Undo accidental change in previous commit.
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 6 | ||||
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-dvb.c | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index 4ce5ebc1a..b53e39323 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.53 2005/07/25 05:10:13 mkrufky Exp $ + * $Id: cx88-dvb.c,v 1.54 2005/07/25 05:13:50 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * MPEG Transport Stream (DVB) routines @@ -32,6 +32,10 @@ #include <linux/config.h> #include "compat.h" +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13) +#undef HAVE_LGDT330X +#endif + #include "cx88.h" #include "dvb-pll.h" diff --git a/linux/drivers/media/video/saa7134/saa7134-dvb.c b/linux/drivers/media/video/saa7134/saa7134-dvb.c index 91c043fe7..f9cd34056 100644 --- a/linux/drivers/media/video/saa7134/saa7134-dvb.c +++ b/linux/drivers/media/video/saa7134/saa7134-dvb.c @@ -1,5 +1,5 @@ /* - * $Id: saa7134-dvb.c,v 1.24 2005/07/25 05:10:13 mkrufky Exp $ + * $Id: saa7134-dvb.c,v 1.25 2005/07/25 05:13:50 mkrufky Exp $ * * (c) 2004 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs] * @@ -32,6 +32,10 @@ #include <linux/config.h> #include "compat.h" +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13) +#undef HAVE_TDA1004X +#endif + #include "saa7134-reg.h" #include "saa7134.h" |