diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-10-20 13:23:14 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-19 03:53:38 +0000 |
commit | 3ba09114a1cdca78e4578328ebc2fb6e910fe066 (patch) | |
tree | 8675de50c4b33877c5ad4a825b4aebf96c431083 /arch/arm/mach-kirkwood/board-ts219.c | |
parent | 6ade6e0d643bcaf973b096c4beed1dbdff52bf86 (diff) | |
download | linux-3ba09114a1cdca78e4578328ebc2fb6e910fe066.tar.gz linux-3ba09114a1cdca78e4578328ebc2fb6e910fe066.tar.bz2 linux-3ba09114a1cdca78e4578328ebc2fb6e910fe066.zip |
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-ts219.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-ts219.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-kirkwood/board-ts219.c b/arch/arm/mach-kirkwood/board-ts219.c index 1750e68506c1..f3bfedae3a20 100644 --- a/arch/arm/mach-kirkwood/board-ts219.c +++ b/arch/arm/mach-kirkwood/board-ts219.c @@ -19,9 +19,6 @@ #include <linux/init.h> #include <linux/platform_device.h> #include <linux/mv643xx_eth.h> -#include <linux/ata_platform.h> -#include <linux/gpio_keys.h> -#include <linux/input.h> #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <mach/kirkwood.h> |