media: stv6110x: Implement probe/remove for stv6110x
[linux-2.6-microblaze.git] / drivers / media / dvb-frontends / stv6110x_priv.h
index 909094d..b277695 100644 (file)
 #define REFCLOCK_MHz                           (stv6110x->config->refclk / 1000000)
 
 struct stv6110x_state {
+       struct dvb_frontend             *frontend;
        struct i2c_adapter              *i2c;
        const struct stv6110x_config    *config;
        u8                              regs[8];
 
-       const struct stv6110x_devctl    *devctl;
+       struct stv6110x_devctl  *devctl;
 };
 
 #endif /* __STV6110x_PRIV_H */