diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-19 14:32:06 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 10:34:37 +0100 |
commit | 2adc1d654e41f4308193fdd46cee885b7a35c149 (patch) | |
tree | db383794ca8cb4e82339769aa0d08b660cbbbd0f /arch/arm/mach-mx3/devices.h | |
parent | MX2: Add SDHC platform_devices and resources (diff) | |
download | linux-2adc1d654e41f4308193fdd46cee885b7a35c149.tar.xz linux-2adc1d654e41f4308193fdd46cee885b7a35c149.zip |
MX31: Add sdhc resources/platform devices
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/devices.h')
-rw-r--r-- | arch/arm/mach-mx3/devices.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/devices.h b/arch/arm/mach-mx3/devices.h index 4faac6552e00..88c04b296fab 100644 --- a/arch/arm/mach-mx3/devices.h +++ b/arch/arm/mach-mx3/devices.h @@ -12,3 +12,5 @@ extern struct platform_device mxc_i2c_device2; extern struct platform_device mx3_ipu; extern struct platform_device mx3_fb; extern struct platform_device mxc_fec_device; +extern struct platform_device mxcsdhc_device0; +extern struct platform_device mxcsdhc_device1; |