summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/devices.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-11-18 09:14:05 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-11-18 09:14:08 +0100
commit820873b5d6053ac2c355f1c1e31b89e3f42f2e9a (patch)
tree437967b01c81dfceddf58e8b458133fbd4fe8757 /arch/arm/mach-imx/include/mach/devices.h
parentf90e136aa22ab13a3a8a321ae00e013d489a9f81 (diff)
downloadbarebox-820873b5d6053ac2c355f1c1e31b89e3f42f2e9a.tar.gz
barebox-820873b5d6053ac2c355f1c1e31b89e3f42f2e9a.tar.xz
i.MX device macros: Fix esdhci
The patch introducing device macros for i.MX accidently registered a imx-mmc device for i.MX25/35/51. It should be a imx-esdhc device. This patch fixes tis Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/include/mach/devices.h')
-rw-r--r--arch/arm/mach-imx/include/mach/devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/include/mach/devices.h b/arch/arm/mach-imx/include/mach/devices.h
index 677d5b54dc..7338ac56ed 100644
--- a/arch/arm/mach-imx/include/mach/devices.h
+++ b/arch/arm/mach-imx/include/mach/devices.h
@@ -14,4 +14,5 @@ struct device_d *imx_add_nand(void *base, struct imx_nand_platform_data *pdata);
struct device_d *imx_add_fb(void *base, struct imx_fb_platform_data *pdata);
struct device_d *imx_add_ipufb(void *base, struct imx_ipu_fb_platform_data *pdata);
struct device_d *imx_add_mmc(void *base, int id, void *pdata);
+struct device_d *imx_add_esdhc(void *base, int id, void *pdata);