aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/devices.h
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-06-16 06:26:53 -0400
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-06-30 03:00:35 -0400
commite2611ba40a937b8a749ef075a67e40acee5d1748 (patch)
treed412b52d70683583b12c6b215138703efe31c5d9 /arch/arm/mach-mx3/devices.h
parenta2ceeef59f8fc9303dd23ebe09e9daca70799ff5 (diff)
ARM: imx: Change the way nand devices are registered (imx35)
Make use of new mechanism to register a nand device. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/devices.h')
-rw-r--r--arch/arm/mach-mx3/devices.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-mx3/devices.h b/arch/arm/mach-mx3/devices.h
index 6bb71d334c6..4a224e6dc5e 100644
--- a/arch/arm/mach-mx3/devices.h
+++ b/arch/arm/mach-mx3/devices.h
@@ -5,9 +5,6 @@ extern struct platform_device mxc_uart_device2;
5extern struct platform_device mxc_uart_device3; 5extern struct platform_device mxc_uart_device3;
6extern struct platform_device mxc_uart_device4; 6extern struct platform_device mxc_uart_device4;
7extern struct platform_device mxc_w1_master_device; 7extern struct platform_device mxc_w1_master_device;
8#if defined(CONFIG_ARCH_MX35)
9extern struct platform_device mxc_nand_device;
10#endif
11extern struct platform_device mxc_i2c_device0; 8extern struct platform_device mxc_i2c_device0;
12extern struct platform_device mxc_i2c_device1; 9extern struct platform_device mxc_i2c_device1;
13extern struct platform_device mxc_i2c_device2; 10extern struct platform_device mxc_i2c_device2;