diff options
author | Antti Palosaari <crope@iki.fi> | 2015-04-16 16:46:24 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-06 12:19:07 +0200 |
commit | d69abb79e123c111966fb41fe3c21533e2162f1a (patch) | |
tree | ab323ba7f2754a8835ffd515b78f7968a0e0a957 /drivers/media/dvb-frontends/tda10071_priv.h | |
parent | [media] vivid: move PRINTSTR to separate functions (diff) | |
download | linux-d69abb79e123c111966fb41fe3c21533e2162f1a.tar.xz linux-d69abb79e123c111966fb41fe3c21533e2162f1a.zip |
[media] tda10071: implement I2C client bindings
Implement I2C client bindings.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/tda10071_priv.h')
-rw-r--r-- | drivers/media/dvb-frontends/tda10071_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/tda10071_priv.h b/drivers/media/dvb-frontends/tda10071_priv.h index 03f839c431e9..7ec69ac510d7 100644 --- a/drivers/media/dvb-frontends/tda10071_priv.h +++ b/drivers/media/dvb-frontends/tda10071_priv.h @@ -28,6 +28,7 @@ struct tda10071_priv { struct i2c_adapter *i2c; struct dvb_frontend fe; + struct i2c_client *client; struct tda10071_config cfg; u8 meas_count[2]; |