diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-10-22 01:10:39 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 19:01:10 -0200 |
commit | 5c82f4497b46e9c3877618bc36661a4abbf9c646 (patch) | |
tree | d2d02350fc5c7f20068fc728745db837f08e2bc6 /drivers/media/dvb/frontends/tda827x.h | |
parent | 1b29cedab9e69a6e4c9bba5f1981437b62be7bea (diff) |
V4L/DVB (6442): move std if setting from tda8290 to tda827x
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/tda827x.h')
-rw-r--r-- | drivers/media/dvb/frontends/tda827x.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/tda827x.h b/drivers/media/dvb/frontends/tda827x.h index 06626f7af61..92eb65b4012 100644 --- a/drivers/media/dvb/frontends/tda827x.h +++ b/drivers/media/dvb/frontends/tda827x.h @@ -35,9 +35,6 @@ struct tda827x_config int (*sleep) (struct dvb_frontend *fe); /* interface to tda829x driver */ - unsigned char tda827x_lpsel; - unsigned int sgIF; - unsigned int *config; int (*tuner_callback) (void *dev, int command, int arg); |