diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2011-01-05 12:05:44 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-05 11:28:50 +0000 |
commit | 5e79d64b038ae0039663f721f4b9f5ce1951d9da (patch) | |
tree | 5f7d2f9e8eb9922cea03462deb5abfbe9038a8a8 /sound/soc/omap/rx51.c | |
parent | 74d2b7a34bb69dcbb0a83736c53c33bdc1a6d468 (diff) | |
download | linux-3.10-5e79d64b038ae0039663f721f4b9f5ce1951d9da.tar.gz linux-3.10-5e79d64b038ae0039663f721f4b9f5ce1951d9da.tar.bz2 linux-3.10-5e79d64b038ae0039663f721f4b9f5ce1951d9da.zip |
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/omap/rx51.c')
-rw-r--r-- | sound/soc/omap/rx51.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c index 150042a785d..09fb0df8d41 100644 --- a/sound/soc/omap/rx51.c +++ b/sound/soc/omap/rx51.c @@ -36,7 +36,6 @@ #include "omap-mcbsp.h" #include "omap-pcm.h" -#include "../codecs/tlv320aic3x.h" #define RX51_TVOUT_SEL_GPIO 40 #define RX51_JACK_DETECT_GPIO 177 |