From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] ARM: tegra: Include assembler.h in sleep.S to fix build break Date: Mon, 19 Mar 2012 13:10:25 -0500 Message-ID: <4F677691.8020307@gmail.com> References: <1332176863-12537-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1332176863-12537-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren 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/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 > --- > v2: Fix linux/ vs. asm/ include ordering. Remove include of io.h too. > > arch/arm/mach-tegra/sleep.S | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-tegra/sleep.S b/arch/arm/mach-tegra/sleep.S > index 8f9fde1..5b20197 100644 > --- a/arch/arm/mach-tegra/sleep.S > +++ b/arch/arm/mach-tegra/sleep.S > @@ -23,7 +23,9 @@ > */ > > #include > -#include > + > +#include > + > #include > > #include "flowctrl.h"