diff options
author | Andy Green <andy@openmoko.com> | 2009-02-24 02:01:02 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-02-24 02:01:02 +0000 |
commit | a7379d3113c9303d4693874160688391d411e224 (patch) | |
tree | 56459a3b1354cc950cdd4a2fd4589dc87dad7fd2 /sound/soc | |
parent | 7fafbf75a0978b79e32c6a0ce15a776fea6d8481 (diff) |
clean-dust-to-info-s3c64xx-i2s.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/s3c24xx/s3c64xx-i2s.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c index 3334c747cc1..5df847186d6 100644 --- a/sound/soc/s3c24xx/s3c64xx-i2s.c +++ b/sound/soc/s3c24xx/s3c64xx-i2s.c @@ -116,11 +116,6 @@ unsigned long s3c64xx_i2s_get_clockrate(struct snd_soc_dai *dai) } EXPORT_SYMBOL_GPL(s3c64xx_i2s_get_clockrate); -static inline struct s3c_i2sv2_info *to_info(struct snd_soc_dai *cpu_dai) -{ - return cpu_dai->private_data; -} - static int s3c64xx_i2s_probe(struct platform_device *pdev, struct snd_soc_dai *dai) { |