summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/stv0297.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/dvb/frontends/stv0297.c')
-rw-r--r--linux/drivers/media/dvb/frontends/stv0297.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0297.c b/linux/drivers/media/dvb/frontends/stv0297.c
index e1e0b5e19..65255113f 100644
--- a/linux/drivers/media/dvb/frontends/stv0297.c
+++ b/linux/drivers/media/dvb/frontends/stv0297.c
@@ -29,13 +29,9 @@
#include "stv0297.h"
struct stv0297_state {
-
struct i2c_adapter *i2c;
-
struct dvb_frontend_ops ops;
-
const struct stv0297_config *config;
-
struct dvb_frontend frontend;
unsigned long base_freq;
@@ -367,18 +363,6 @@ static int stv0297_set_inversion(struct stv0297_state *state, fe_spectral_invers
return 0;
}
-
-
-
-
-
-
-
-
-
-
-
-
int stv0297_enable_plli2c(struct dvb_frontend *fe)
{
struct stv0297_state *state = (struct stv0297_state *) fe->demodulator_priv;