aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda1004x.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-04-27 11:31:14 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-04-27 14:43:35 -0400
commit8ce47dad8e2b9fcb899a67e6537337fa9c18c1f5 (patch)
tree8482515d25ebc98bf7ac74e47b78f576f23b753f /drivers/media/dvb/frontends/tda1004x.h
parent7c7fea669d77048b3013567dfb4c9171d536da05 (diff)
V4L/DVB (5317): Create tda827x dvb tuner module
The patch moves the tda827x dvb tuning code to a separate module Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/tda1004x.h')
-rw-r--r--drivers/media/dvb/frontends/tda1004x.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/tda1004x.h b/drivers/media/dvb/frontends/tda1004x.h
index 886db3f75d56..6badc81d4c33 100644
--- a/drivers/media/dvb/frontends/tda1004x.h
+++ b/drivers/media/dvb/frontends/tda1004x.h
@@ -106,9 +106,6 @@ struct tda1004x_state {
106 const struct tda1004x_config* config; 106 const struct tda1004x_config* config;
107 struct dvb_frontend frontend; 107 struct dvb_frontend frontend;
108 108
109 /* this allows to store probed board information */
110 int conf_probed;
111
112 /* private demod data */ 109 /* private demod data */
113 enum tda1004x_demod demod_type; 110 enum tda1004x_demod demod_type;
114}; 111};