diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2011-01-05 05:05:44 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-05 06:28:50 -0500 |
commit | 5e79d64b038ae0039663f721f4b9f5ce1951d9da (patch) | |
tree | 5f7d2f9e8eb9922cea03462deb5abfbe9038a8a8 /sound/soc/samsung | |
parent | 74d2b7a34bb69dcbb0a83736c53c33bdc1a6d468 (diff) |
ASoC: Remove needless inclusion of tlv320aic3x.h from machine drivers
After multi-component conversion these machine drivers don't actually need
anything from sound/soc/codecs/tlv320aic3x.h so don't include it.
Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/samsung')
-rw-r--r-- | sound/soc/samsung/s3c24xx_simtec_hermes.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/samsung/s3c24xx_simtec_hermes.c b/sound/soc/samsung/s3c24xx_simtec_hermes.c index 0083aff5a83d..bb4292e3596c 100644 --- a/sound/soc/samsung/s3c24xx_simtec_hermes.c +++ b/sound/soc/samsung/s3c24xx_simtec_hermes.c | |||
@@ -21,8 +21,6 @@ | |||
21 | #include "s3c24xx-i2s.h" | 21 | #include "s3c24xx-i2s.h" |
22 | #include "s3c24xx_simtec.h" | 22 | #include "s3c24xx_simtec.h" |
23 | 23 | ||
24 | #include "../codecs/tlv320aic3x.h" | ||
25 | |||
26 | static const struct snd_soc_dapm_widget dapm_widgets[] = { | 24 | static const struct snd_soc_dapm_widget dapm_widgets[] = { |
27 | SND_SOC_DAPM_LINE("GSM Out", NULL), | 25 | SND_SOC_DAPM_LINE("GSM Out", NULL), |
28 | SND_SOC_DAPM_LINE("GSM In", NULL), | 26 | SND_SOC_DAPM_LINE("GSM In", NULL), |