diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/i2c/twl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h index 2040309a46b7..a4885a6cd10d 100644 --- a/include/linux/i2c/twl.h +++ b/include/linux/i2c/twl.h | |||
@@ -667,8 +667,6 @@ struct twl4030_codec_data { | |||
667 | unsigned int check_defaults:1; | 667 | unsigned int check_defaults:1; |
668 | unsigned int reset_registers:1; | 668 | unsigned int reset_registers:1; |
669 | unsigned int hs_extmute:1; | 669 | unsigned int hs_extmute:1; |
670 | void (*set_hs_extmute)(int mute); /* Deprecated, use hs_extmute_gpio and | ||
671 | hs_extmute_disable_level */ | ||
672 | int hs_extmute_gpio; | 670 | int hs_extmute_gpio; |
673 | }; | 671 | }; |
674 | 672 | ||