From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 11 Nov 2011 08:43:53 -0800 Subject: [PATCH] ARM: OMAP: Introduce local common.h files In-Reply-To: <20111111161727.GS15294@n2100.arm.linux.org.uk> References: <20111106135250.GC15294@n2100.arm.linux.org.uk> <20111108004550.GH31337@atomide.com> <20111110201719.GW31337@atomide.com> <20111110202356.GQ15294@n2100.arm.linux.org.uk> <20111110215008.GX31337@atomide.com> <20111110222907.GR15294@n2100.arm.linux.org.uk> <20111110233347.GZ31337@atomide.com> <20111111161727.GS15294@n2100.arm.linux.org.uk> Message-ID: <20111111164352.GE31337@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Russell King - ARM Linux [111111 07:42]: > On Thu, Nov 10, 2011 at 03:33:47PM -0800, Tony Lindgren wrote: > > * Russell King - ARM Linux [111110 13:54]: > > > Thanks, merged that into the series. The updated OMAP patch updated is > > > below, which has been moved to part 2. Lastly, the final patch of part > > > 2 has been updated to delete the empty arch_reset(), so OMAP is now > > > entirely free of arch_reset() references. This leaves a total of 12 > > > references left to nobble. > > > > Great, good to hear. > > I've added this to the patch, as these no longer need to include this > header. OK thanks. Tony > diff --git a/arch/arm/mach-omap1/board-voiceblue.c b/arch/arm/mach-omap1/board-voiceblue.c > index fb61434..f83a502d 100644 > --- a/arch/arm/mach-omap1/board-voiceblue.c > +++ b/arch/arm/mach-omap1/board-voiceblue.c > @@ -28,7 +28,6 @@ > #include > > #include > -#include > #include > #include > #include > diff --git a/arch/arm/mach-omap1/reset.c b/arch/arm/mach-omap1/reset.c > index 8b1cc6e..91d199b 100644 > --- a/arch/arm/mach-omap1/reset.c > +++ b/arch/arm/mach-omap1/reset.c > @@ -5,7 +5,6 @@ > #include > > #include > -#include > #include > > void omap1_restart(char mode, const char *cmd) > diff --git a/arch/arm/mach-omap2/prcm.c b/arch/arm/mach-omap2/prcm.c > index b6c8cb5..626acfa 100644 > --- a/arch/arm/mach-omap2/prcm.c > +++ b/arch/arm/mach-omap2/prcm.c > @@ -25,7 +25,6 @@ > #include > #include > > -#include > #include "common.h" > #include > #include >