diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2010-08-13 13:55:27 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-15 13:50:48 (GMT) |
commit | dd99a4524bd9f82358e9a20a44c5e784baa4e702 (patch) | |
tree | 89b6cc2d4d560611087bfcb1c7545773e144b48f /sound/soc/pxa/pxa-ssp.c | |
parent | 10e2f11326e0a263f0336686454be67efb2b56dc (diff) | |
download | linux-dd99a4524bd9f82358e9a20a44c5e784baa4e702.tar.xz |
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 99d80e8..c4f480d 100644 --- a/sound/soc/pxa/pxa-ssp.c +++ b/sound/soc/pxa/pxa-ssp.c @@ -35,7 +35,7 @@ #include <mach/audio.h> #include <plat/ssp.h> -#include "pxa2xx-pcm.h" +#include "../../arm/pxa2xx-pcm.h" #include "pxa-ssp.h" /* |