From 2acc4a76d33deb986d81d45c29eb1a2b6e97b020 Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Wed, 10 Nov 2004 11:07:24 +0000 Subject: - lots of empress stuff from Andrew de Quincey + some rewrites from me. - misc fixes. --- linux/drivers/media/video/tda9887.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'linux/drivers/media/video/tda9887.c') diff --git a/linux/drivers/media/video/tda9887.c b/linux/drivers/media/video/tda9887.c index 90d210c2c..b9c11ca25 100644 --- a/linux/drivers/media/video/tda9887.c +++ b/linux/drivers/media/video/tda9887.c @@ -18,6 +18,7 @@ #include #include #endif +#include "compat.h" /* Chips: TDA9885 (PAL, NTSC) @@ -228,20 +229,6 @@ static struct tvnorm radio = { cRadioIF_38_90 ), }; -#if 0 /* do we really need this ? */ -static struct tvnorm ih3_radio = { - .name = "radio", - .b = ( cFmRadio | - cQSS | - cAutoMuteFmActive), - .c = 0x10, /* ??? */ - .e = (cAudioIF_6_5 | - cVideoIF_38_90 | - cGating_36 | - cTunerGainLow), -}; -#endif - /* ---------------------------------------------------------------------- */ static void dump_read_message(unsigned char *buf) -- cgit v1.2.3