From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 2 Oct 2012 20:27:45 +0000 Subject: [PATCH] ARM: pxa: Fix build error caused by sram.h rename In-Reply-To: <87fw5wofwm.fsf_-_@octavius.laptop.org> References: <1347368350-31212-1-git-send-email-arnd@arndb.de> <1347368390-31252-7-git-send-email-arnd@arndb.de> <87fw5wofwm.fsf_-_@octavius.laptop.org> Message-ID: <201210022027.45461.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 02 October 2012, Chris Ball wrote: > 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 > --- > sound/soc/pxa/mmp-pcm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sound/soc/pxa/mmp-pcm.c b/sound/soc/pxa/mmp-pcm.c > index 73ac546..e834faf 100644 > --- a/sound/soc/pxa/mmp-pcm.c > +++ b/sound/soc/pxa/mmp-pcm.c > @@ -15,13 +15,13 @@ > #include > #include > #include > +#include > #include > #include > #include > #include > #include > #include > -#include > #include > > struct mmp_dma_data { Acked-by: Arnd Bergmann Sorry I didn't catch this earlier. The file was only recently added and somehow didn't appear in my build tests.