diff options
Diffstat (limited to 'arch/arm/mach-mx3/devices.c')
-rw-r--r-- | arch/arm/mach-mx3/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/devices.c b/arch/arm/mach-mx3/devices.c index a285b1660c8..02d05ea7036 100644 --- a/arch/arm/mach-mx3/devices.c +++ b/arch/arm/mach-mx3/devices.c | |||
@@ -379,6 +379,7 @@ struct platform_device mxc_usbh2 = { | |||
379 | .num_resources = ARRAY_SIZE(mxc_usbh2_resources), | 379 | .num_resources = ARRAY_SIZE(mxc_usbh2_resources), |
380 | }; | 380 | }; |
381 | 381 | ||
382 | #if defined(CONFIG_ARCH_MX35) | ||
382 | /* | 383 | /* |
383 | * SPI master controller | 384 | * SPI master controller |
384 | * 3 channels | 385 | * 3 channels |
@@ -440,7 +441,6 @@ struct platform_device mxc_spi_device2 = { | |||
440 | .resource = mxc_spi_2_resources, | 441 | .resource = mxc_spi_2_resources, |
441 | }; | 442 | }; |
442 | 443 | ||
443 | #ifdef CONFIG_ARCH_MX35 | ||
444 | static struct resource mxc_fec_resources[] = { | 444 | static struct resource mxc_fec_resources[] = { |
445 | { | 445 | { |
446 | .start = MXC_FEC_BASE_ADDR, | 446 | .start = MXC_FEC_BASE_ADDR, |