Those struct data aren't used anymore. Get rid of them.
Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
 struct drx39xxj_state {
        struct i2c_adapter *i2c;
        struct drx_demod_instance *demod;
-       enum drx_standard current_standard;
        struct dvb_frontend frontend;
-       unsigned int powered_up:1;
        unsigned int i2c_gate_open:1;
        const struct firmware *fw;
 };
 
                return 0;
        }
 
-       state->powered_up = enable;
        return 0;
 }
 
                        result);
                return -EINVAL;
        }
-       state->powered_up = 1;
-       state->current_standard = standard;
 
        /* set channel parameters */
        channel = def_channel;