diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2014-01-03 15:27:50 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-08 12:48:53 +0000 |
commit | 7bfbdfea576e3ae109fa182519b6f004c6024952 (patch) | |
tree | 8bc24e3f45d30d16326f80838f7d6b1d2cbc5402 /include/linux/i2c | |
parent | a8fc415c29a62e4f0a7a932110ee9d8423e2cc52 (diff) |
ASoC: twl4030: Remove check defaults functionality
No need to keep the check defaults functionality anymore.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/linux/i2c')
-rw-r--r-- | include/linux/i2c/twl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h index a09da091033..2937a9472b9 100644 --- a/include/linux/i2c/twl.h +++ b/include/linux/i2c/twl.h @@ -670,7 +670,6 @@ struct twl4030_codec_data { unsigned int digimic_delay; /* in ms */ unsigned int ramp_delay_value; unsigned int offset_cncl_path; - unsigned int check_defaults:1; unsigned int reset_registers:1; unsigned int hs_extmute:1; int hs_extmute_gpio; |