summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-26 16:07:53 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-04 14:37:53 -0300
commit096c8fac7d5385b4597bb6896284e62b1849161b (patch)
tree9b289b653fe31eb64f65a1ddabe69408f3fe617c /drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
parentceea5e2d9dc2334c6a4b167b6134f5cd740b8e0b (diff)
[media] drx-j: remove some unused data
Those struct data aren't used anymore. Get rid of them. Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/drx39xyj/drx39xxj.h')
-rw-r--r--drivers/media/dvb-frontends/drx39xyj/drx39xxj.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/drx39xyj/drx39xxj.h b/drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
index b9f642e5d98b..2e0c50f0a12a 100644
--- a/drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
+++ b/drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
@@ -29,9 +29,7 @@
struct drx39xxj_state {
struct i2c_adapter *i2c;
struct drx_demod_instance *demod;
- enum drx_standard current_standard;
struct dvb_frontend frontend;
- unsigned int powered_up:1;
unsigned int i2c_gate_open:1;
const struct firmware *fw;
};