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)
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>

No differences found