summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2012-10-06 07:38:16 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-10-09 15:29:24 +0900
commitca057410a8ea88ffb3ce6a581377cffa71ac01c6 (patch)
tree93e79b1a6073c88fecf0ffc5325ca1eea3981e39 /sound
parenta1b98e12b7f8fad2f0aa3c08a3302bcac7ae1ec7 (diff)
downloadlinux-ca057410a8ea88ffb3ce6a581377cffa71ac01c6.tar.gz
linux-ca057410a8ea88ffb3ce6a581377cffa71ac01c6.tar.xz
ARM: pxa: Fix build error caused by sram.h rename
Commit 293b2da1b61 ("ARM: pxa: move platform_data definitions") renamed arch/arm/mach-mmp/include/mach/sram.h to include/linux/platform_data/dma-mmp_tdma.h, but didn't update mmp-pcm.c which uses the header. Fix the build error. Signed-off-by: Chris Ball <cjb@laptop.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/pxa/mmp-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/mmp-pcm.c b/sound/soc/pxa/mmp-pcm.c
index 73ac5463c9e4..e834faf859fd 100644
--- a/sound/soc/pxa/mmp-pcm.c
+++ b/sound/soc/pxa/mmp-pcm.c
@@ -15,13 +15,13 @@
#include <linux/slab.h>
#include <linux/dma-mapping.h>
#include <linux/dmaengine.h>
+#include <linux/platform_data/dma-mmp_tdma.h>
#include <linux/platform_data/mmp_audio.h>
#include <sound/pxa2xx-lib.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
-#include <mach/sram.h>
#include <sound/dmaengine_pcm.h>
struct mmp_dma_data {