diff options
author | Antti Palosaari <crope@iki.fi> | 2017-06-22 19:18:21 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-21 21:09:50 +0300 |
commit | 22e59e7204a46d9f3c6abc02909927a19640f91f (patch) | |
tree | 6d02160e351de3ccb2480784e6e2bffad04ffbba /drivers/media/dvb-frontends/af9013_priv.h | |
parent | 3b536127f514217d18c04304cb859841ec63bda7 (diff) | |
download | linux-22e59e7204a46d9f3c6abc02909927a19640f91f.tar.xz |
media: af9013: add i2c mux adapter for tuner bus
Add muxed i2c adapter for demod tuner i2c bus gate control.
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/af9013_priv.h')
-rw-r--r-- | drivers/media/dvb-frontends/af9013_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/af9013_priv.h b/drivers/media/dvb-frontends/af9013_priv.h index ec74edbb6d4d..3e95de7dba51 100644 --- a/drivers/media/dvb-frontends/af9013_priv.h +++ b/drivers/media/dvb-frontends/af9013_priv.h @@ -25,6 +25,7 @@ #include <media/dvb_math.h> #include "af9013.h" #include <linux/firmware.h> +#include <linux/i2c-mux.h> #include <linux/math64.h> #include <linux/regmap.h> |