diff options
Diffstat (limited to 'arch/arm/mach-mx3')
-rw-r--r-- | arch/arm/mach-mx3/mach-pcm037_eet.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mx3/mach-pcm037_eet.c b/arch/arm/mach-mx3/mach-pcm037_eet.c index fda56545d2fd..df6fb07d037e 100644 --- a/arch/arm/mach-mx3/mach-pcm037_eet.c +++ b/arch/arm/mach-mx3/mach-pcm037_eet.c | |||
@@ -180,9 +180,7 @@ static int __init eet_init_devices(void) | |||
180 | 180 | ||
181 | /* SPI */ | 181 | /* SPI */ |
182 | spi_register_board_info(pcm037_spi_dev, ARRAY_SIZE(pcm037_spi_dev)); | 182 | spi_register_board_info(pcm037_spi_dev, ARRAY_SIZE(pcm037_spi_dev)); |
183 | #if defined(CONFIG_SPI_IMX) || defined(CONFIG_SPI_IMX_MODULE) | ||
184 | imx31_add_spi_imx0(&pcm037_spi1_pdata); | 183 | imx31_add_spi_imx0(&pcm037_spi1_pdata); |
185 | #endif | ||
186 | 184 | ||
187 | platform_device_register(&pcm037_gpio_keys_device); | 185 | platform_device_register(&pcm037_gpio_keys_device); |
188 | 186 | ||