diff options
author | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2007-02-03 23:23:25 +0100 |
---|---|---|
committer | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2007-02-03 23:23:25 +0100 |
commit | 103a2bd32dd24328e561086e7e217862fb3d683c (patch) | |
tree | e6fe79065b4679d99e7f775556a8c3481c876f44 /linux/drivers/media/dvb/frontends/tda1004x.h | |
parent | d55b9806c99fe132a4a74ffa3e043b83b61b5272 (diff) | |
download | mediapointer-dvb-s2-103a2bd32dd24328e561086e7e217862fb3d683c.tar.gz mediapointer-dvb-s2-103a2bd32dd24328e561086e7e217862fb3d683c.tar.bz2 |
Create tda827x dvb tuner module
From: Michael Krufky <mkrufky@linuxtv.org>
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>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda1004x.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda1004x.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda1004x.h b/linux/drivers/media/dvb/frontends/tda1004x.h index 886db3f75..6badc81d4 100644 --- a/linux/drivers/media/dvb/frontends/tda1004x.h +++ b/linux/drivers/media/dvb/frontends/tda1004x.h @@ -106,9 +106,6 @@ struct tda1004x_state { const struct tda1004x_config* config; struct dvb_frontend frontend; - /* this allows to store probed board information */ - int conf_probed; - /* private demod data */ enum tda1004x_demod demod_type; }; |