From: Jamie Lentin Date: Mon, 10 Sep 2012 14:35:53 +0000 (+0100) Subject: ARM: kirkwood: Trim excess #includes in board-dnskw.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=54672d3241be93e48535ecc64b70ea4cf66723bc;p=linux-beck.git ARM: kirkwood: Trim excess #includes in board-dnskw.c Lots of code has now moved into the devicetree, leaving a collection of useless header files. Tidy them up. This applies cleanly atop of my previous patch, "[PATCH V2 2/2] ARM: kirkwood: Use devicetree to define DNS-32[05] fan", which also removes gpio-fan.h Signed-off-by: Jamie Lentin Acked-by: Andrew Lunn Signed-off-by: Jason Cooper --- diff --git a/arch/arm/mach-kirkwood/board-dnskw.c b/arch/arm/mach-kirkwood/board-dnskw.c index 6ac7a8dc7b78..43d16d6714b8 100644 --- a/arch/arm/mach-kirkwood/board-dnskw.c +++ b/arch/arm/mach-kirkwood/board-dnskw.c @@ -14,17 +14,8 @@ #include #include #include -#include #include -#include #include -#include -#include -#include -#include -#include -#include -#include #include "common.h" #include "mpp.h"