From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] ARM: tegra: Include assembler.h in sleep.S to fix build break Date: Wed, 21 Mar 2012 11:05:08 -0600 Message-ID: <4F6A0A44.3010304@wwwdotorg.org> References: <1332176863-12537-1-git-send-email-swarren@wwwdotorg.org> <4F677691.8020307@gmail.com> <4F69FEB5.2020901@wwwdotorg.org> <4F6A0999.9020104@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4F6A0999.9020104-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring Cc: Arnd Bergmann , Olof Johansson , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-tegra@vger.kernel.org On 03/21/2012 11:02 AM, Rob Herring wrote: > 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. That's just for the sleep.S change, right.