summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/tda10071_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2015-04-20 20:04:00 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-08-11 07:11:16 -0300
commitfca3e00760edc18955483b25d835630ee1bf3e97 (patch)
treed600418bfd59b8a8ffd0d7f11b39e55faeb8948a /drivers/media/dvb-frontends/tda10071_priv.h
parent59ca2ce1d5c289e73173d91a139dd4c6cbeb75a2 (diff)
[media] tda10071: rename device state struct to dev
Rename device state struct from 'priv' to 'dev'. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/tda10071_priv.h b/drivers/media/dvb-frontends/tda10071_priv.h
index a6d8f8cda652..98000282b5a6 100644
--- a/drivers/media/dvb-frontends/tda10071_priv.h
+++ b/drivers/media/dvb-frontends/tda10071_priv.h
@@ -25,7 +25,7 @@
#include "tda10071.h"
#include <linux/firmware.h>
-struct tda10071_priv {
+struct tda10071_dev {
struct dvb_frontend fe;
struct i2c_client *client;
u32 clk;