ARM: pxa: Fix build error caused by sram.h rename
authorChris Ball <cjb@laptop.org>
Sat, 6 Oct 2012 11:38:16 +0000 (07:38 -0400)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 9 Oct 2012 06:29:24 +0000 (15:29 +0900)
commitca057410a8ea88ffb3ce6a581377cffa71ac01c6
tree93e79b1a6073c88fecf0ffc5325ca1eea3981e39
parenta1b98e12b7f8fad2f0aa3c08a3302bcac7ae1ec7
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>
sound/soc/pxa/mmp-pcm.c