summaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/m88ts2022_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-08-21 23:32:28 +0200
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-08 15:00:55 +0200
commitf461694b965b8cdf67c330d14c802a74acf7bec1 (patch)
tree086e882655feb52ccba35f67aef9d544099a3672 /drivers/media/tuners/m88ts2022_priv.h
parent[media] m88ts2022: convert to RegMap I2C API (diff)
downloadlinux-f461694b965b8cdf67c330d14c802a74acf7bec1.tar.xz
linux-f461694b965b8cdf67c330d14c802a74acf7bec1.zip
[media] m88ts2022: change parameter type of m88ts2022_cmd
It is driver internal function and does not need anything from frontend structure. Due to that change parameter type to driver state which is better for driver internal functions. Also remove one unused variable from state itself. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/tuners/m88ts2022_priv.h')
-rw-r--r--drivers/media/tuners/m88ts2022_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/tuners/m88ts2022_priv.h b/drivers/media/tuners/m88ts2022_priv.h
index 56c107160f4e..feeb5ad6beef 100644
--- a/drivers/media/tuners/m88ts2022_priv.h
+++ b/drivers/media/tuners/m88ts2022_priv.h
@@ -24,7 +24,6 @@ struct m88ts2022_dev {
struct m88ts2022_config cfg;
struct i2c_client *client;
struct regmap *regmap;
- struct dvb_frontend *fe;
u32 frequency_khz;
};