diff options
author | Olof Johansson <olof@lixom.net> | 2013-01-28 00:39:08 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-01-28 00:39:08 -0500 |
commit | 1f87a404d02a96519284e1928445ca5cfe9667db (patch) | |
tree | cee6e340d7ecb568161c5b5c0941cdb057b14f1e /arch/arm/mach-kirkwood/board-ib62x0.c | |
parent | 7d47f3643213ed8d8fa885cf166e2685fa85d6fb (diff) | |
parent | b96e1b1c3c5319294edb0970b6d5bf099c0e85eb (diff) |
Merge tag 'cleanup_for_v3.9' of git://git.infradead.org/users/jcooper/linux into next/cleanup
From Jason Cooper:
mvebu cleanup for v3.9
- remove unneeded includes due to DT conversion
* tag 'cleanup_for_v3.9' of git://git.infradead.org/users/jcooper/linux:
ARM: Kirkwood: Cleanup unneeded include files
arm: kirkwood: dockstar: remove useless include of SDIO header
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/board-ib62x0.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-ib62x0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/board-ib62x0.c b/arch/arm/mach-kirkwood/board-ib62x0.c index 9f6f496380d8..9a857ae83984 100644 --- a/arch/arm/mach-kirkwood/board-ib62x0.c +++ b/arch/arm/mach-kirkwood/board-ib62x0.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
15 | #include <linux/init.h> | 15 | #include <linux/init.h> |
16 | #include <linux/mv643xx_eth.h> | 16 | #include <linux/mv643xx_eth.h> |
17 | #include <linux/input.h> | ||
18 | #include "common.h" | 17 | #include "common.h" |
19 | 18 | ||
20 | static struct mv643xx_eth_platform_data ib62x0_ge00_data = { | 19 | static struct mv643xx_eth_platform_data ib62x0_ge00_data = { |