From 54672d3241be93e48535ecc64b70ea4cf66723bc Mon Sep 17 00:00:00 2001 From: Jamie Lentin Date: Mon, 10 Sep 2012 15:35:53 +0100 Subject: [PATCH] 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 --- arch/arm/mach-kirkwood/board-dnskw.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/arch/arm/mach-kirkwood/board-dnskw.c b/arch/arm/mach-kirkwood/board-dnskw.c index 6ac7a8d..43d16d6 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" -- 2.7.4