Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[cascardo/linux.git] / drivers / media / dvb-frontends / si2168_priv.h
index 451d854..d7efce8 100644 (file)
@@ -28,8 +28,7 @@
 #define SI2168_B40_FIRMWARE_FALLBACK "dvb-demod-si2168-02.fw"
 
 /* state struct */
-struct si2168 {
-       struct i2c_client *client;
+struct si2168_dev {
        struct i2c_adapter *adapter;
        struct mutex i2c_mutex;
        struct dvb_frontend fe;
@@ -38,6 +37,7 @@ struct si2168 {
        bool active;
        bool fw_loaded;
        u8 ts_mode;
+       bool ts_clock_inv;
 };
 
 /* firmware command struct */