diff options
author | Sundar Iyer <sundar.iyer@stericsson.com> | 2010-09-30 06:43:09 +0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-10-13 18:49:24 +0400 |
commit | 4c61c8457ee92a2afc5a43aa0821971727ebd38c (patch) | |
tree | 4fa8ea576337b003bad0548a881cb5a01def0c86 /arch/arm/mach-ux500/include | |
parent | 1158f0f16224068e27e384c1a27218aa00243967 (diff) | |
download | linux-4c61c8457ee92a2afc5a43aa0821971727ebd38c.tar.xz |
ux500 - add platform data for Nomadik SKE keypad controller
Signed-off-by: Sundar Iyer <sundar.iyer@stericsson.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'arch/arm/mach-ux500/include')
-rw-r--r-- | arch/arm/mach-ux500/include/mach/devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/devices.h b/arch/arm/mach-ux500/include/mach/devices.h index c2b2f2574947..12e6606e34b1 100644 --- a/arch/arm/mach-ux500/include/mach/devices.h +++ b/arch/arm/mach-ux500/include/mach/devices.h @@ -26,6 +26,7 @@ extern struct platform_device ux500_i2c3_device; extern struct platform_device u8500_i2c0_device; extern struct platform_device u8500_i2c4_device; extern struct platform_device u8500_dma40_device; +extern struct platform_device ux500_ske_keypad_device; void dma40_u8500ed_fixup(void); |