diff options
Diffstat (limited to 'arch/blackfin/mach-bf533/boards/ip0x.c')
-rw-r--r-- | arch/blackfin/mach-bf533/boards/ip0x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf533/boards/ip0x.c b/arch/blackfin/mach-bf533/boards/ip0x.c index b597d4e50d58..e303dae4e2d9 100644 --- a/arch/blackfin/mach-bf533/boards/ip0x.c +++ b/arch/blackfin/mach-bf533/boards/ip0x.c | |||
@@ -104,7 +104,7 @@ static struct platform_device dm9000_device2 = { | |||
104 | #endif | 104 | #endif |
105 | 105 | ||
106 | 106 | ||
107 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) | 107 | #if defined(CONFIG_SPI_BFIN5XX) || defined(CONFIG_SPI_BFIN5XX_MODULE) |
108 | /* all SPI peripherals info goes here */ | 108 | /* all SPI peripherals info goes here */ |
109 | 109 | ||
110 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) | 110 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) |
@@ -270,7 +270,7 @@ static struct platform_device *ip0x_devices[] __initdata = { | |||
270 | #endif | 270 | #endif |
271 | #endif | 271 | #endif |
272 | 272 | ||
273 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) | 273 | #if defined(CONFIG_SPI_BFIN5XX) || defined(CONFIG_SPI_BFIN5XX_MODULE) |
274 | &spi_bfin_master_device, | 274 | &spi_bfin_master_device, |
275 | #endif | 275 | #endif |
276 | 276 | ||