diff options
author | Manjunath Hadli <manjunath.hadli@ti.com> | 2012-01-10 06:27:43 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-20 08:58:27 -0500 |
commit | 2e932f29409ca6129578b10fa61b7cb9937b9f54 (patch) | |
tree | beb19bf82ab3b5ba7c5e286e30ef01ad1a905dda | |
parent | 7aca69f9fe8f04ca37a01e2540960c53b24e3223 (diff) |
ASoC: CQ93VC: remove machine specific header file inclusion from codec driver
remove unnecessary inclusion of machine specific header
file mach/dm365.h from cq93vc.c voice codec driver
which comes in the way of platform code consolidation.
Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/codecs/cq93vc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/cq93vc.c b/sound/soc/codecs/cq93vc.c index 4854b472d5fd..06d2ea18a54c 100644 --- a/sound/soc/codecs/cq93vc.c +++ b/sound/soc/codecs/cq93vc.c | |||
@@ -38,8 +38,6 @@ | |||
38 | #include <sound/soc.h> | 38 | #include <sound/soc.h> |
39 | #include <sound/initval.h> | 39 | #include <sound/initval.h> |
40 | 40 | ||
41 | #include <mach/dm365.h> | ||
42 | |||
43 | static inline unsigned int cq93vc_read(struct snd_soc_codec *codec, | 41 | static inline unsigned int cq93vc_read(struct snd_soc_codec *codec, |
44 | unsigned int reg) | 42 | unsigned int reg) |
45 | { | 43 | { |