]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/media/tuners/e4000_priv.h
[media] e4000: convert DVB tuner to I2C driver model
[karo-tx-linux.git] / drivers / media / tuners / e4000_priv.h
index a3855053e78f57c7d2f4450b8328c2fac00aeaf6..8f45a300f688e8558b6f93a8113872f2846324ad 100644 (file)
@@ -24,8 +24,9 @@
 #include "e4000.h"
 
 struct e4000_priv {
-       const struct e4000_config *cfg;
-       struct i2c_adapter *i2c;
+       struct i2c_client *client;
+       u32 clock;
+       struct dvb_frontend *fe;
 };
 
 struct e4000_pll {