]> Pileus Git - ~andy/linux/blobdiff - include/linux/i2c/twl.h
Merge remote-tracking branch 'regulator/topic/drivers' into regulator-next
[~andy/linux] / include / linux / i2c / twl.h
index c1be3dba20eacebfc02dc8dc1c2ee4dabc98dfb7..3993477103a5673e65f69a751ba302d5c03b0a0e 100644 (file)
@@ -664,23 +664,11 @@ struct twl4030_codec_data {
        unsigned int check_defaults:1;
        unsigned int reset_registers:1;
        unsigned int hs_extmute:1;
-       u16 hs_left_step;
-       u16 hs_right_step;
-       u16 hf_left_step;
-       u16 hf_right_step;
        void (*set_hs_extmute)(int mute);
 };
 
 struct twl4030_vibra_data {
        unsigned int    coexist;
-
-       /* twl6040 */
-       unsigned int vibldrv_res;       /* left driver resistance */
-       unsigned int vibrdrv_res;       /* right driver resistance */
-       unsigned int viblmotor_res;     /* left motor resistance */
-       unsigned int vibrmotor_res;     /* right motor resistance */
-       int vddvibl_uV;                 /* VDDVIBL volt, set 0 for fixed reg */
-       int vddvibr_uV;                 /* VDDVIBR volt, set 0 for fixed reg */
 };
 
 struct twl4030_audio_data {