diff options
author | Antti Palosaari <crope@iki.fi> | 2016-11-06 07:20:29 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-01-31 15:35:42 +0300 |
commit | bc85d5e2fa730fd3deb0ccf825dc9af8d237a283 (patch) | |
tree | c77bd8de0cf4555a4008669f0ac47469530cdf3c /drivers/media/dvb-frontends/af9033_priv.h | |
parent | 09bfd96ca32638596be95e43a3b981b96f9b5b30 (diff) | |
download | linux-bc85d5e2fa730fd3deb0ccf825dc9af8d237a283.tar.xz |
[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.h | 1 |
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; |