diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2010-11-21 12:48:45 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-22 09:04:41 -0500 |
commit | 505fb824e754efcc9702ce68d3911e7b86d3c690 (patch) | |
tree | 8901c7bd9fb7bef8be8e4638f5b2116f0969cb5e /sound/soc/sh | |
parent | 1c8f2c4287bcc1eb596149b2b36be5c809598926 (diff) |
ASoC: Do not include soc-dapm.h
There is no need to include soc-dapm.h since soc.h includes 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/sh')
-rw-r--r-- | sound/soc/sh/migor.c | 1 | ||||
-rw-r--r-- | sound/soc/sh/sh7760-ac97.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/sh/migor.c b/sound/soc/sh/migor.c index c61fc188394d..df13338cb3e2 100644 --- a/sound/soc/sh/migor.c +++ b/sound/soc/sh/migor.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <sound/core.h> | 20 | #include <sound/core.h> |
21 | #include <sound/pcm.h> | 21 | #include <sound/pcm.h> |
22 | #include <sound/soc.h> | 22 | #include <sound/soc.h> |
23 | #include <sound/soc-dapm.h> | ||
24 | 23 | ||
25 | #include "../codecs/wm8978.h" | 24 | #include "../codecs/wm8978.h" |
26 | #include "siu.h" | 25 | #include "siu.h" |
diff --git a/sound/soc/sh/sh7760-ac97.c b/sound/soc/sh/sh7760-ac97.c index 105d4112e3ba..917d3ceadc9d 100644 --- a/sound/soc/sh/sh7760-ac97.c +++ b/sound/soc/sh/sh7760-ac97.c | |||
@@ -12,7 +12,6 @@ | |||
12 | #include <sound/core.h> | 12 | #include <sound/core.h> |
13 | #include <sound/pcm.h> | 13 | #include <sound/pcm.h> |
14 | #include <sound/soc.h> | 14 | #include <sound/soc.h> |
15 | #include <sound/soc-dapm.h> | ||
16 | #include <asm/io.h> | 15 | #include <asm/io.h> |
17 | 16 | ||
18 | #define IPSEL 0xFE400034 | 17 | #define IPSEL 0xFE400034 |