diff options
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index b93310796ae1..cef0fd38aa5b 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -528,7 +528,7 @@ static struct bfin5xx_spi_chip ad9960_spi_chip_info = { | |||
528 | 528 | ||
529 | #if defined(CONFIG_SPI_MMC) || defined(CONFIG_SPI_MMC_MODULE) | 529 | #if defined(CONFIG_SPI_MMC) || defined(CONFIG_SPI_MMC_MODULE) |
530 | static struct bfin5xx_spi_chip spi_mmc_chip_info = { | 530 | static struct bfin5xx_spi_chip spi_mmc_chip_info = { |
531 | .enable_dma = 1, | 531 | .enable_dma = 0, |
532 | .bits_per_word = 8, | 532 | .bits_per_word = 8, |
533 | }; | 533 | }; |
534 | #endif | 534 | #endif |