summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/af9033_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2016-11-06 02:20:29 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-01-31 10:35:42 -0200
commitbc85d5e2fa730fd3deb0ccf825dc9af8d237a283 (patch)
treec77bd8de0cf4555a4008669f0ac47469530cdf3c /drivers/media/dvb-frontends/af9033_priv.h
parent09bfd96ca32638596be95e43a3b981b96f9b5b30 (diff)
[media] af9033: convert to regmap api
Use regmap to cover I2C register operations. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/af9033_priv.h')
-rw-r--r--drivers/media/dvb-frontends/af9033_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/af9033_priv.h b/drivers/media/dvb-frontends/af9033_priv.h
index 8e23275148ed..701c5085fdd2 100644
--- a/drivers/media/dvb-frontends/af9033_priv.h
+++ b/drivers/media/dvb-frontends/af9033_priv.h
@@ -25,6 +25,7 @@
#include "dvb_frontend.h"
#include "af9033.h"
#include <linux/math64.h>
+#include <linux/regmap.h>
struct reg_val {
u32 reg;