From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Thu, 6 Feb 2014 21:02:10 -0500 Subject: [PATCH 20/21] ARM: MVEBU: Remove unneeded headers In-Reply-To: <1391730137-14814-21-git-send-email-andrew@lunn.ch> References: <1391730137-14814-1-git-send-email-andrew@lunn.ch> <1391730137-14814-21-git-send-email-andrew@lunn.ch> Message-ID: <20140207020210.GR8533@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Feb 07, 2014 at 12:42:16AM +0100, Andrew Lunn wrote: > Remove headers which are no longer needed, and add a couple of missing > onces. > > Signed-off-by: Andrew Lunn > --- > arch/arm/mach-mvebu/kirkwood.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) You could probably collapse this into the previous patch. thx, Jason. > diff --git a/arch/arm/mach-mvebu/kirkwood.c b/arch/arm/mach-mvebu/kirkwood.c > index 1df0c0b138d5..5d7fef04c36d 100644 > --- a/arch/arm/mach-mvebu/kirkwood.c > +++ b/arch/arm/mach-mvebu/kirkwood.c > @@ -13,18 +13,15 @@ > #include > #include > #include > +#include > #include > #include > #include > #include > -#include > -#include > -#include > +#include > #include > #include > #include > -#include > -#include > #include "kirkwood.h" > #include "kirkwood-pm.h" > #include "common.h" > -- > 1.8.5.3 >