diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-04-27 15:56:39 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-05-05 15:12:29 +0100 |
commit | 21a7ad08e274ce7b669b165d65e0bab8391552a6 (patch) | |
tree | 8e6d333a9574afe4dd718dfa72138e71d74a19ec /sound/soc | |
parent | d79696ff443eb16a1a13bd7db030a25fee9f44a7 (diff) | |
download | kernel_samsung_crespo-21a7ad08e274ce7b669b165d65e0bab8391552a6.zip kernel_samsung_crespo-21a7ad08e274ce7b669b165d65e0bab8391552a6.tar.gz kernel_samsung_crespo-21a7ad08e274ce7b669b165d65e0bab8391552a6.tar.bz2 |
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')
-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 b094d3c..ea56467 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 { struct clk *iis_pclk; struct clk *iis_cclk; - struct clk *iis_clk; unsigned char master; |