ARM: kirkwood: Trim excess #includes in board-dnskw.c
authorJamie Lentin <jm@lentin.co.uk>
Mon, 10 Sep 2012 14:35:53 +0000 (15:35 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sat, 22 Sep 2012 15:19:05 +0000 (15:19 +0000)
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 <jm@lentin.co.uk>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-kirkwood/board-dnskw.c

index 6ac7a8dc7b78ff0651e45c5c9873976b9b326812..43d16d6714b82bed34aeff6ffa9240032b5560a2 100644 (file)
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/platform_device.h>
-#include <linux/ata_platform.h>
 #include <linux/mv643xx_eth.h>
-#include <linux/of.h>
 #include <linux/gpio.h>
-#include <linux/input.h>
-#include <linux/leds.h>
-#include <asm/mach-types.h>
-#include <asm/mach/arch.h>
-#include <asm/mach/map.h>
-#include <mach/kirkwood.h>
-#include <mach/bridge-regs.h>
 #include "common.h"
 #include "mpp.h"
 
This page took 0.024828 seconds and 5 git commands to generate.