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/pxa/saarb.c | |
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/pxa/saarb.c')
-rw-r--r-- | sound/soc/pxa/saarb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/pxa/saarb.c b/sound/soc/pxa/saarb.c index ee06f9982c09..9595189fc681 100644 --- a/sound/soc/pxa/saarb.c +++ b/sound/soc/pxa/saarb.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <sound/pcm.h> | 18 | #include <sound/pcm.h> |
19 | #include <sound/pcm_params.h> | 19 | #include <sound/pcm_params.h> |
20 | #include <sound/soc.h> | 20 | #include <sound/soc.h> |
21 | #include <sound/soc-dapm.h> | ||
22 | #include <sound/jack.h> | 21 | #include <sound/jack.h> |
23 | 22 | ||
24 | #include <asm/mach-types.h> | 23 | #include <asm/mach-types.h> |