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>
This commit is contained in:
Jassi Brar 2010-04-27 15:56:39 +09:00 committed by Mark Brown
parent d79696ff44
commit 21a7ad08e2
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ struct s3c_i2sv2_info {
struct clk *iis_pclk;
struct clk *iis_cclk;
struct clk *iis_clk;
unsigned char master;