diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-08-22 12:10:48 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:07:50 +0200 |
commit | 28633c54bda633b18544c602fc94961a3999a361 (patch) | |
tree | de315b459b3eb11e13d397e4e68b03f538c0a2db /arch/arm/mach-ux500/devices.h | |
parent | 8b0dd112197a132b55b9ed3cc023b0c494f3f5dc (diff) |
ARM: ux500: Rip out keypad initialisation which is no longer used
This is part of the ux500 conversion over to Device Tree only
booting, but this stuff haven't been used for years.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/devices.h')
-rw-r--r-- | arch/arm/mach-ux500/devices.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/devices.h b/arch/arm/mach-ux500/devices.h index 9b5eb69a015..eafb07a5597 100644 --- a/arch/arm/mach-ux500/devices.h +++ b/arch/arm/mach-ux500/devices.h @@ -15,6 +15,5 @@ extern struct platform_device u8500_gpio_devs[]; extern struct amba_device ux500_pl031_device; extern struct platform_device u8500_dma40_device; -extern struct platform_device ux500_ske_keypad_device; #endif |