summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/tda9887.c')
-rw-r--r--linux/drivers/media/video/tda9887.c15
1 files changed, 1 insertions, 14 deletions
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 <media/tuner.h>
#include <media/id.h>
#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)