aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/m88ts2022_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/tuners/m88ts2022_priv.h')
-rw-r--r--drivers/media/tuners/m88ts2022_priv.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/tuners/m88ts2022_priv.h b/drivers/media/tuners/m88ts2022_priv.h
index 0363dd866a2d..feeb5ad6beef 100644
--- a/drivers/media/tuners/m88ts2022_priv.h
+++ b/drivers/media/tuners/m88ts2022_priv.h
@@ -18,11 +18,12 @@
18#define M88TS2022_PRIV_H 18#define M88TS2022_PRIV_H
19 19
20#include "m88ts2022.h" 20#include "m88ts2022.h"
21#include <linux/regmap.h>
21 22
22struct m88ts2022_priv { 23struct m88ts2022_dev {
23 struct m88ts2022_config cfg; 24 struct m88ts2022_config cfg;
24 struct i2c_client *client; 25 struct i2c_client *client;
25 struct dvb_frontend *fe; 26 struct regmap *regmap;
26 u32 frequency_khz; 27 u32 frequency_khz;
27}; 28};
28 29