diff options
author | Jason Wang <jason77.wang@gmail.com> | 2010-07-14 09:24:53 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-07-26 08:29:20 -0400 |
commit | a7ebd93143bc883b51227457e59ec774b1eb6c03 (patch) | |
tree | d8ed317af471a6d0b69c73932c4ad923292e17cc /arch/arm/mach-mx5/devices.h | |
parent | beaac6f32ce484bf141d550bc0f26005782161fe (diff) |
mx51: add imx_keypad device definition for mx51 platforms
add imx_keypad platform device definition and clocks for mx51
platforms.
Signed-off-by: Jason Wang <jason77.wang@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/devices.h')
-rw-r--r-- | arch/arm/mach-mx5/devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/devices.h b/arch/arm/mach-mx5/devices.h index a853933682e7..e509cfaad1d4 100644 --- a/arch/arm/mach-mx5/devices.h +++ b/arch/arm/mach-mx5/devices.h | |||
@@ -9,3 +9,4 @@ extern struct platform_device mxc_wdt; | |||
9 | extern struct platform_device mxc_i2c_device0; | 9 | extern struct platform_device mxc_i2c_device0; |
10 | extern struct platform_device mxc_i2c_device1; | 10 | extern struct platform_device mxc_i2c_device1; |
11 | extern struct platform_device mxc_hsi2c_device; | 11 | extern struct platform_device mxc_hsi2c_device; |
12 | extern struct platform_device mxc_keypad_device; | ||