diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-04-27 02:56:39 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-05-05 10:12:29 -0400 |
commit | 21a7ad08e274ce7b669b165d65e0bab8391552a6 (patch) | |
tree | 8e6d333a9574afe4dd718dfa72138e71d74a19ec /sound/soc/s3c24xx/s3c-i2s-v2.h | |
parent | d79696ff443eb16a1a13bd7db030a25fee9f44a7 (diff) |
ASoC: S3C: I2Sv2: Discard redundant field iis_clk
No need to keep redundant field iis_clk in s3c_i2sv2_info.
iis_cclk and iis_pclk is all we need.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/s3c-i2s-v2.h')
-rw-r--r-- | sound/soc/s3c24xx/s3c-i2s-v2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.h b/sound/soc/s3c24xx/s3c-i2s-v2.h index b094d3c23cbe..ea56467f5adc 100644 --- a/sound/soc/s3c24xx/s3c-i2s-v2.h +++ b/sound/soc/s3c24xx/s3c-i2s-v2.h | |||
@@ -49,7 +49,6 @@ struct s3c_i2sv2_info { | |||
49 | 49 | ||
50 | struct clk *iis_pclk; | 50 | struct clk *iis_pclk; |
51 | struct clk *iis_cclk; | 51 | struct clk *iis_cclk; |
52 | struct clk *iis_clk; | ||
53 | 52 | ||
54 | unsigned char master; | 53 | unsigned char master; |
55 | 54 | ||