Skip to content

Commit

Permalink
ASoC: S3C: I2Sv2: Discard redundant field iis_clk
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jassi Brar authored and Mark Brown committed May 5, 2010
1 parent d79696f commit 21a7ad0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/s3c24xx/s3c-i2s-v2.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ struct s3c_i2sv2_info {

struct clk *iis_pclk;
struct clk *iis_cclk;
struct clk *iis_clk;

unsigned char master;

Expand Down

0 comments on commit 21a7ad0

Please sign in to comment.