From 1181e3e5ba3343b8c87a92a357a449ed885e9478 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Mon, 25 Jul 2005 05:13:50 +0000 Subject: Undo accidental change in previous commit. --- linux/drivers/media/video/cx88/cx88-dvb.c | 6 +++++- linux/drivers/media/video/saa7134/saa7134-dvb.c | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'linux/drivers') 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 #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 [SuSE Labs] * @@ -32,6 +32,10 @@ #include #include "compat.h" +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13) +#undef HAVE_TDA1004X +#endif + #include "saa7134-reg.h" #include "saa7134.h" -- cgit v1.2.3