diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-19 14:32:07 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 10:34:36 +0100 |
commit | 1a02be0ee77b68aef67b656bc47f0fb4ab177e67 (patch) | |
tree | 49db1b8b6c596b3fcbb4476c0b92d9b74e942328 /arch/arm/mach-mx2/devices.h | |
parent | 9563b1dbb6aa48b685ce8d11d941ed7d3e71f6fc (diff) | |
download | talos-obmc-linux-1a02be0ee77b68aef67b656bc47f0fb4ab177e67.tar.gz talos-obmc-linux-1a02be0ee77b68aef67b656bc47f0fb4ab177e67.zip |
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; extern struct platform_device mxc_pwm_device; extern struct platform_device mxc_i2c_device0; extern struct platform_device mxc_i2c_device1; +extern struct platform_device mxc_sdhc_device0; +extern struct platform_device mxc_sdhc_device1; |