diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-10-06 06:00:18 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-11 09:31:37 -0400 |
commit | 6bd96f3c332d422c0dda302f1b32c8e21dd75ee3 (patch) | |
tree | 5a885aac1d005df8d0dc51896d4dfe9ef03e62df /arch/arm/mach-mx3/mach-cpuimx35.c | |
parent | 8a8d20600dce01553c8505b7c576f8d4307e4ba8 (diff) |
ARM: imx: dynamically register fec devices
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/mach-cpuimx35.c')
-rw-r--r-- | arch/arm/mach-mx3/mach-cpuimx35.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/mach-cpuimx35.c b/arch/arm/mach-mx3/mach-cpuimx35.c index ea0a85f1c9aa..781ab4694a0f 100644 --- a/arch/arm/mach-mx3/mach-cpuimx35.c +++ b/arch/arm/mach-mx3/mach-cpuimx35.c | |||
@@ -76,7 +76,6 @@ static struct i2c_board_info eukrea_cpuimx35_i2c_devices[] = { | |||
76 | }; | 76 | }; |
77 | 77 | ||
78 | static struct platform_device *devices[] __initdata = { | 78 | static struct platform_device *devices[] __initdata = { |
79 | &mxc_fec_device, | ||
80 | &imx_wdt_device0, | 79 | &imx_wdt_device0, |
81 | }; | 80 | }; |
82 | 81 | ||
@@ -158,6 +157,7 @@ static void __init mxc_board_init(void) | |||
158 | mxc_iomux_v3_setup_multiple_pads(eukrea_cpuimx35_pads, | 157 | mxc_iomux_v3_setup_multiple_pads(eukrea_cpuimx35_pads, |
159 | ARRAY_SIZE(eukrea_cpuimx35_pads)); | 158 | ARRAY_SIZE(eukrea_cpuimx35_pads)); |
160 | 159 | ||
160 | imx35_add_fec(NULL); | ||
161 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 161 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
162 | 162 | ||
163 | imx35_add_imx_uart0(&uart_pdata); | 163 | imx35_add_imx_uart0(&uart_pdata); |