From mboxrd@z Thu Jan 1 00:00:00 1970 From: robherring2@gmail.com (Rob Herring) Date: Wed, 21 Mar 2012 12:02:17 -0500 Subject: [PATCH] ARM: tegra: Include assembler.h in sleep.S to fix build break In-Reply-To: <4F69FEB5.2020901@wwwdotorg.org> References: <1332176863-12537-1-git-send-email-swarren@wwwdotorg.org> <4F677691.8020307@gmail.com> <4F69FEB5.2020901@wwwdotorg.org> Message-ID: <4F6A0999.9020104@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 03/21/2012 11:15 AM, Stephen Warren wrote: > On 03/19/2012 12:10 PM, Rob Herring wrote: >> On 03/19/2012 12:07 PM, Stephen Warren wrote: >>> Commit 6f6f6a7 "ARM: create a common IOMEM definition" moved macro >>> IOMEM(), and requires users to include . Fix Tegra's >>> sleep.S to do so. >>> >>> Signed-off-by: Stephen Warren >> >> Acked-by: Rob Herring > > Arnd, > > Can you pick up this fix directly into arm-soc, or do you want me to > generate a pull request for this kind of thing too? > > ARM: tegra: Include assembler.h in sleep.S to fix build break > http://patchwork.ozlabs.org/patch/147587/ > > The same goes for: > > ARM: tegra: Fix device tree AUXDATA for USB/EHCI > http://patchwork.ozlabs.org/patch/147616/ > I can take it and send the pull request. I've got a couple of other fixes as well. Rob