diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2010-03-16 17:12:37 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-05-11 17:24:58 +0200 |
commit | 54c39b420f017c546fb130a05c14bdb0a7910f98 (patch) | |
tree | 44d77ca073fc7c7efc3f32f1d419a4ee16b1fbd8 /sound | |
parent | be1194cca55961b4dd98ea17fb24f0ffc6fa2213 (diff) | |
download | linux-exynos-54c39b420f017c546fb130a05c14bdb0a7910f98.tar.gz linux-exynos-54c39b420f017c546fb130a05c14bdb0a7910f98.tar.bz2 linux-exynos-54c39b420f017c546fb130a05c14bdb0a7910f98.zip |
[ARM] pxa: move ssp into common plat-pxa
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'sound')
-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 2e27962220ad..6271a100f355 100644 --- a/sound/soc/pxa/pxa-ssp.c +++ b/sound/soc/pxa/pxa-ssp.c @@ -33,7 +33,7 @@ #include <mach/hardware.h> #include <mach/dma.h> #include <mach/audio.h> -#include <mach/ssp.h> +#include <plat/ssp.h> #include "pxa2xx-pcm.h" #include "pxa-ssp.h" |