diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-19 08:32:07 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 05:34:36 -0400 |
commit | 1a02be0ee77b68aef67b656bc47f0fb4ab177e67 (patch) | |
tree | 49db1b8b6c596b3fcbb4476c0b92d9b74e942328 /arch/arm/mach-mx2/devices.h | |
parent | 9563b1dbb6aa48b685ce8d11d941ed7d3e71f6fc (diff) |
MX2: Add SDHC platform_devices and resources
Signed-of-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/devices.h')
-rw-r--r-- | arch/arm/mach-mx2/devices.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/devices.h b/arch/arm/mach-mx2/devices.h index 271ab1e69826..049005bb6aa9 100644 --- a/arch/arm/mach-mx2/devices.h +++ b/arch/arm/mach-mx2/devices.h | |||
@@ -18,3 +18,5 @@ extern struct platform_device mxc_fec_device; | |||
18 | extern struct platform_device mxc_pwm_device; | 18 | extern struct platform_device mxc_pwm_device; |
19 | extern struct platform_device mxc_i2c_device0; | 19 | extern struct platform_device mxc_i2c_device0; |
20 | extern struct platform_device mxc_i2c_device1; | 20 | extern struct platform_device mxc_i2c_device1; |
21 | extern struct platform_device mxc_sdhc_device0; | ||
22 | extern struct platform_device mxc_sdhc_device1; | ||