diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-10-20 07:23:14 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-18 22:53:38 -0500 |
commit | 3ba09114a1cdca78e4578328ebc2fb6e910fe066 (patch) | |
tree | 8675de50c4b33877c5ad4a825b4aebf96c431083 /arch/arm/mach-kirkwood/board-ib62x0.c | |
parent | 6ade6e0d643bcaf973b096c4beed1dbdff52bf86 (diff) |
ARM: Kirkwood: Remove unused includes
With the gradual conversion of C code to DT, there are a number of
include files which are no longer needed. Remove them.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/board-ib62x0.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-ib62x0.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-kirkwood/board-ib62x0.c b/arch/arm/mach-kirkwood/board-ib62x0.c index cfc47f80e734..6d3a56421142 100644 --- a/arch/arm/mach-kirkwood/board-ib62x0.c +++ b/arch/arm/mach-kirkwood/board-ib62x0.c | |||
@@ -13,15 +13,9 @@ | |||
13 | 13 | ||
14 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
15 | #include <linux/init.h> | 15 | #include <linux/init.h> |
16 | #include <linux/platform_device.h> | ||
17 | #include <linux/mtd/partitions.h> | ||
18 | #include <linux/ata_platform.h> | ||
19 | #include <linux/mv643xx_eth.h> | 16 | #include <linux/mv643xx_eth.h> |
20 | #include <linux/gpio.h> | 17 | #include <linux/gpio.h> |
21 | #include <linux/input.h> | 18 | #include <linux/input.h> |
22 | #include <asm/mach-types.h> | ||
23 | #include <asm/mach/arch.h> | ||
24 | #include <mach/kirkwood.h> | ||
25 | #include "common.h" | 19 | #include "common.h" |
26 | #include "mpp.h" | 20 | #include "mpp.h" |
27 | 21 | ||