summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/stb6100.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-11-11 16:52:46 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-11-17 06:41:53 -0200
commitcffdbfe7cf9c7201d4d6c3a0c6b224497595431a (patch)
treebe1159a8aafbb05eb221d5c614cce8f927cbfca9 /drivers/media/dvb-frontends/stb6100.h
parent2184e2530c061ce6d26b80c346afb1a2c63db952 (diff)
downloadop-kernel-dev-cffdbfe7cf9c7201d4d6c3a0c6b224497595431a.zip
op-kernel-dev-cffdbfe7cf9c7201d4d6c3a0c6b224497595431a.tar.gz
[media] stb6100: get rid of tuner_state at struct stb6100_state
The stb6100 driver has a struct tuner_state on its state struct, that it is used only to store the bandwidth. Even so, this struct is not really used, as every time the bandwidth is get or set, it goes through the hardware. So, get rid of that. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/stb6100.h')
-rw-r--r--drivers/media/dvb-frontends/stb6100.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/stb6100.h b/drivers/media/dvb-frontends/stb6100.h
index 218c818..f7b468b 100644
--- a/drivers/media/dvb-frontends/stb6100.h
+++ b/drivers/media/dvb-frontends/stb6100.h
@@ -86,7 +86,6 @@ struct stb6100_state {
const struct stb6100_config *config;
struct dvb_tuner_ops ops;
struct dvb_frontend *frontend;
- struct tuner_state status;
u32 frequency;
u32 srate;
OpenPOWER on IntegriCloud