[PATCH 09/25] disable all dvb tuner param_types until we need them

From: mchehab
Date: Mon Jan 16 2006 - 04:24:48 EST



From: Michael Krufky <mkrufky@xxxxxxx>

- Add param_type dvbs2
- disable all dvb param_types, which will not
be needed until we merge dvb-pll.

Signed-off-by: Michael Krufky <mkrufky@xxxxxxx>
Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>
---

include/media/tuner-types.h | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/include/media/tuner-types.h b/include/media/tuner-types.h
index 9f6e4a9..64b16b1 100644
--- a/include/media/tuner-types.h
+++ b/include/media/tuner-types.h
@@ -9,11 +9,7 @@ enum param_type {
TUNER_PARAM_TYPE_RADIO, \
TUNER_PARAM_TYPE_PAL, \
TUNER_PARAM_TYPE_SECAM, \
- TUNER_PARAM_TYPE_NTSC, \
- TUNER_PARAM_TYPE_ATSC, \
- TUNER_PARAM_TYPE_DVBT, \
- TUNER_PARAM_TYPE_DVBS, \
- TUNER_PARAM_TYPE_DVBC
+ TUNER_PARAM_TYPE_NTSC
};

struct tuner_range {

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/