[media] ir-core: make struct rc_dev the primary interface
[linux-2.6-block.git] / include / media / ir-kbd-i2c.h
index 8c37b5ec0cf6f601c54cec97b479459dc3a3b9a8..4ee9b42cbf723ae303f44c800e3473e639e7e5e2 100644 (file)
@@ -9,9 +9,8 @@ struct IR_i2c;
 
 struct IR_i2c {
        char                   *ir_codes;
-
        struct i2c_client      *c;
-       struct input_dev       *input;
+       struct rc_dev          *rc;
 
        /* Used to avoid fast repeating */
        unsigned char          old;