summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJassi Brar2010-04-27 08:56:39 +0200
committerMark Brown2010-05-05 16:12:29 +0200
commit21a7ad08e274ce7b669b165d65e0bab8391552a6 (patch)
tree8e6d333a9574afe4dd718dfa72138e71d74a19ec
parentASoC: S3C2412: I2S: Return correct source clock (diff)
downloadkernel-qcow2-linux-21a7ad08e274ce7b669b165d65e0bab8391552a6.tar.gz
kernel-qcow2-linux-21a7ad08e274ce7b669b165d65e0bab8391552a6.tar.xz
kernel-qcow2-linux-21a7ad08e274ce7b669b165d65e0bab8391552a6.zip
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>
-rw-r--r--sound/soc/s3c24xx/s3c-i2s-v2.h1
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 {
struct clk *iis_pclk;
struct clk *iis_cclk;
- struct clk *iis_clk;
unsigned char master;