diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2010-08-13 09:55:27 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-15 09:50:48 -0400 |
commit | dd99a4524bd9f82358e9a20a44c5e784baa4e702 (patch) | |
tree | 89b6cc2d4d560611087bfcb1c7545773e144b48f /sound/soc/pxa/pxa-ssp.c | |
parent | 10e2f11326e0a263f0336686454be67efb2b56dc (diff) |
ASoC: fix pxa2xx-pcm.h path
Since pxa2xx-pcm.h is removed from sound/soc/pxa, we need to update the
path in related files.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Tested-by: Ian Lartey <ian@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/pxa/pxa-ssp.c')
-rw-r--r-- | sound/soc/pxa/pxa-ssp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c index 99d80e85621c..c4f480d67a50 100644 --- a/sound/soc/pxa/pxa-ssp.c +++ b/sound/soc/pxa/pxa-ssp.c | |||
@@ -35,7 +35,7 @@ | |||
35 | #include <mach/audio.h> | 35 | #include <mach/audio.h> |
36 | #include <plat/ssp.h> | 36 | #include <plat/ssp.h> |
37 | 37 | ||
38 | #include "pxa2xx-pcm.h" | 38 | #include "../../arm/pxa2xx-pcm.h" |
39 | #include "pxa-ssp.h" | 39 | #include "pxa-ssp.h" |
40 | 40 | ||
41 | /* | 41 | /* |